Navigation menu

WoW:Localizing an addon: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Added some corresponding codes for accented characters. See section ==Accents==)
No edit summary
Line 173: Line 173:
As a guideline, especially check anything coming from chat windows since that's where the special coding seems (might not be true anymore for 1.2.2-4196 versions and up) to be used most often instead of the standard single quote.
As a guideline, especially check anything coming from chat windows since that's where the special coding seems (might not be true anymore for 1.2.2-4196 versions and up) to be used most often instead of the standard single quote.


Note: the unicode equivalent of the single quote seems to be coded on 3 characters
Note: the Unicode equivalent of the single quote is encoded with 3 UTF-8 bytes:
    ’ : \226\128\153 (UCS 2019 -- RIGHT SINGLE QUOTATION MARK)
 
It can for instance be found in the frFR locale game data for the Cri d’intimidation warrior ability (at least in 1.8.4).


== Check the GlobalStrings.lua ==
== Check the GlobalStrings.lua ==
Anonymous user