익명 사용자
모듈:UnicodeBlock: 두 판 사이의 차이
편집 요약 없음
편집 요약 없음 |
편집 요약 없음 |
||
| 278번째 줄: | 278번째 줄: | ||
local endN = #uniBlock | local endN = #uniBlock | ||
for n= 1, endN do | for n= 1, endN do | ||
local end_ = tonumber(uniBlock[n][2], 16) | --local end_ = tonumber(uniBlock[n][2], 16) | ||
if codepoint <= | if codepoint <= tonumber(uniBlock[n][2], 16) then | ||
--local start_ = tonumber(uniBlock[n][1], 16) | --local start_ = tonumber(uniBlock[n][1], 16) | ||
--if start_ <= codepoint then | --if start_ <= codepoint then | ||