45,641
edits
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
local u = mw.ustring.char | local u = mw.ustring.char | ||
local p = require("Module:languages/data").puaChars | |||
-- UTF-8 encoded strings for some commonly-used diacritics | -- UTF-8 encoded strings for some commonly-used diacritics | ||
Line 632: | Line 633: | ||
"gem", | "gem", | ||
scripts = Latn, | scripts = Latn, | ||
sort_key = { | |||
from = {"ð", "æ", "ø", "å"}, | |||
to = {"d" .. p[1], "z" .. p[1], "z" .. p[2], "z" .. p[3]} | |||
} | |||
} | } | ||