Module:Unicode data/category/doc: Difference between revisions

Content deleted Content added
sortkey
rm extra space
Line 77:
-- Check that maximum "singles" codepoint is less than 0x100000?
for codepoint, category in require 't'.spairs(data.singles) do
writef('\t\t [0x%05X] = "%s",\n', codepoint, category)
end