Module:languages/chars: Difference between revisions
Created page with "local export = {} local table = table local insert = table.insert local u = require("Module:string/char") -- UTF-8 encoded strings for some commonly-used diacritics. local c = { prime = u(0x02B9), grave = u(0x0300), acute = u(0x0301), circ = u(0x0302), -- circumflex tilde = u(0x0303), macron = u(0x0304), overline = u(0x0305), breve = u(0x0306), dotabove = u(0x0307), diaer = u(0x0308), -- diaeresis ringabove = u(0x030A), dacute..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 17: | Line 17: | ||
dotabove = u(0x0307), | dotabove = u(0x0307), | ||
diaer = u(0x0308), -- diaeresis | diaer = u(0x0308), -- diaeresis | ||
hook = u(0x0309), | |||
ringabove = u(0x030A), | ringabove = u(0x030A), | ||
dacute = u(0x030B), -- double acute | dacute = u(0x030B), -- double acute | ||
| Line 33: | Line 34: | ||
caronbelow = u(0x032C), | caronbelow = u(0x032C), | ||
brevebelow = u(0x032E), | brevebelow = u(0x032E), | ||
tildebelow = u(0x0330), | |||
macronbelow = u(0x0331), | macronbelow = u(0x0331), | ||
perispomeni = u(0x0342), | perispomeni = u(0x0342), | ||