m
no edit summary
mNo edit summary |
|||
| Line 100: | Line 100: | ||
== Accents == | == Accents, Special Chars and Umlauts == | ||
This is somewhat delicate, the lua scripting language in wow deals with accents directly as unicode which means 2 things: | This is somewhat delicate, the lua scripting language in wow deals with accents directly as unicode which means 2 things: | ||
| Line 128: | Line 128: | ||
æ : \195\166 ø : \195\184 | æ : \195\166 ø : \195\184 | ||
ç : \195\167 | ç : \195\167 | ||
Ä : \195\132 | |||
Ö : \195\150 | |||
Ü : \195\156 | |||
ß : \195\159 | |||