익명 사용자
모듈:UnicodeBlock: 두 판 사이의 차이
편집 요약 없음
(nil 처리) |
편집 요약 없음 |
||
| 268번째 줄: | 268번째 줄: | ||
function p.unicodeBlock(data) | function p.unicodeBlock(data) | ||
local char | local char | ||
if type(data) == nil then | if type(data) == 'nil' then | ||
return ' ' | return ' ' | ||
elseif type(data) == 'table' then | elseif type(data) == 'table' then | ||