Content deleted Content added
nicer version of list |
|||
Line 183:
local output = Output()
local start = frame.args[1] and tonumber(frame.args[1], 16) or 0
local ending =
local script_data = mw.loadData "Module:Unicode data/scripts"
Line 237:
! block !! codepoints !! scripts
]]
for _, block in pairs(mw.loadData "Module:Unicode data/blocks") do
Line 252 ⟶ 250:
codepoints_per_script:add(script, codepoint)
codepoint = codepoint + 1
count = 1 -- for potential future use
else
local range, index = Unicode_data.binary_range_search(codepoint, ranges)
Line 281 ⟶ 279:
end
end
end
|