WoW:Localizing an addon: Difference between revisions

added utf8converter.php link
mNo edit summary
(added utf8converter.php link)
Line 114: Line 114:
For a list of codes corresponding to various accentuated characters see
For a list of codes corresponding to various accentuated characters see
http://www.allegro-c.de/unicode/zcodes.htm (page is in german but the table allows to find what's needed quite easily).
http://www.allegro-c.de/unicode/zcodes.htm (page is in german but the table allows to find what's needed quite easily).
Automatic converter: http://black-fraternity.de/lua/utf8converter.php (Source: http://black-fraternity.de/lua/utf8converter.phps)


For our earlier chest example, a string that will match the ingame data would look like:
For our earlier chest example, a string that will match the ingame data would look like:
Line 133: Line 135:
     Ü : \195\156
     Ü : \195\156
     ß : \195\159
     ß : \195\159


== Unicode ==
== Unicode ==