45,647
edits
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
local RINGBELOW = u(0x0325) | local RINGBELOW = u(0x0325) | ||
local CEDILLA = u(0x0327) | local CEDILLA = u(0x0327) | ||
local TILDEBELOW = u(0x0330) | |||
local Latn = {"Latn"} | local Latn = {"Latn"} | ||
Line 242: | Line 242: | ||
scripts = {"Latinx"}, | scripts = {"Latinx"}, | ||
sort_key = { | sort_key = { | ||
from = {"^[aeiouḛḭṵããẽĩõũàèìòù] .. | from = {"^[aeiouḛḭṵããẽĩõũàèìòù]" .. TILDEBELOW .. "?(.)"}, | ||
to = {""}, | to = {"$1"}, | ||
}, | }, | ||
aliases = {"ǂA"}, | aliases = {"ǂA"}, |