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 |
||
| Line 33: | Line 33: | ||
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), | ||