モジュール:Unicode dataのソース a=nukar
あなたには “Tan sosの編集” を行う ciunkore tum ka sak. 理由は以下の通りです:
Tan sosのソースの閲覧やコピーが easkay.
local p = {}
local floor = math.floor
local function errorf(level, ...)
if type(level) == "number" then
return error(string.format(...), level + 1)
else -- level is actually the format string.
return error(string.format(level, ...), 2)
end
end
local function binary_range_search(codepoint, ranges)
local low, mid, high
low, high = 1, ranges.length or require "Module:TableTools".length(ranges)
while low <= high do
mid = floor((low + high) / 2)
local range = ranges[mid]
if codepoint < range[1] then
high = mid - 1
000
1:0
モジュール:Unicode data に戻る.