Modul:Sort/latinDIN5007m2
Zur Navigation springen
Zur Suche springen
Die Dokumentation für dieses Modul kann unter Modul:Sort/latinDIN5007m2/Doku erstellt werden
local Serial = "2016-11-23"
--[=[
Sort/latinDIN5007m2
mw.loadData() table with sort string variant for DIN 5007 mode 2
]=]
return {
[196] = "Ae", -- Ä
[214] = "Oe", -- Ö
[220] = "Ue", -- Ü
[223] = "ss", -- ß
[228] = "ae", -- ä
[246] = "oe", -- ö
[252] = "ue", -- ü
[383] = "s", -- long S
failsafe = Serial
};