47,661
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
-- | -- | ||
------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ||
function multiinsert_to_table (list, ...) | |||
for i, v in ipairs({...}) do | |||
list[#list+1] = v | |||
end | |||
end | |||
-- Note: a[2] > b[2] means opens are sorted before closes if otherwise equal. | -- Note: a[2] > b[2] means opens are sorted before closes if otherwise equal. | ||
Line 123: | Line 129: | ||
character_category = false, | character_category = false, | ||
} | } | ||
m["Jovl"] = process_ranges{ | |||
"Jovlish", | |||
nil, | |||
"alphabet", | |||
ranges = multiinsert_to_table(m["Latn"].ranges, 0x039E, 0x039E, 0x03A8, 0x03A8, 0x03BE, 0x03BE, 0x03C8, 0x03C8), | |||
character_category = false, | |||
} | |||
m["Roka"] = process_ranges{ | m["Roka"] = process_ranges{ | ||
"Rokadong Curakjang", | "Rokadong Curakjang", | ||
Line 173: | Line 188: | ||
character_category = false, | character_category = false, | ||
} | } | ||