45,647
edits
(Replaced content with "local u = mw.ustring.char -- UTF-8 encoded strings for some commonly-used diacritics local GRAVE = u(0x0300) local ACUTE = u(0x0301) local CIRC = u(0x0302) local TILDE...") Tag: Replaced |
No edit summary |
||
Line 192: | Line 192: | ||
}, | }, | ||
sort_key = { | sort_key = { | ||
from = {"ạ", "ẹ", "ị", "ọ", "ụ", "ỵ",}, | |||
to = {"a", "e", "i", "o", "u", "y",}, | |||
remove_diacritics = u(0x0309), -- HOOK | remove_diacritics = u(0x0309), -- HOOK | ||
} | } |