Navigation menu

WoW:Localizing an addon: Difference between revisions

Jump to navigation Jump to search
(Localisation HowTo stolen from curse-gaming.)
 
Line 125: Line 125:
     Coffre endommag\195\169   
     Coffre endommag\195\169   


== Unicode ==


WOW can recognize unicode charactor IF .lua file is saved in unicode format.
Check .lua file format:
The first two bytes of unicode file is "FF FE".
Open .lua file with UltraEdit(My favorite binary editor in windows). Change to binary mode (Use Ctrl-H or use menu Edit->Hex Edit). It should be "FF FE" at the beginning of the file if it is a unicode file, and almost every second byte is "00"
Save file in unicode format:
Open notepad, then open your file. Click File->Save As...
Select Unicode Encoding At the bottom of popup windows.
Put it anythere you want.


== The single quote case ==
== The single quote case ==