→Unicode
m (→The locale) |
|||
| Line 138: | Line 138: | ||
== Unicode == | == Unicode == | ||
WOW can recognize unicode | WOW can recognize unicode characters directly in any .lua file, if this file is saved in unicode format. The exact format to use is "utf-8". | ||
In order to edit any text file in utf-8, you need a text editor which supports utf-8. By default, the normal encoding for text files is usually iso8859-1. Some older editors might use the ANSI character set instead though. | |||
My preference in text file editing goes to [[http://www.editpadpro.com/editpadlite.html|EditPad Lite]]. By default, it edits using the ANSI charset, but it can convert the whole buffer to UTF-8 using the Convert/Unicode/ANSI->UTF-8 function. There are of course lots of other commercial softwares around which are able to save files in UTF-8 encoding. | |||
== The single quote case == | == The single quote case == | ||