View Single Post
01/05/15, 06:29 PM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
It depends on encoding used in your text editor. Game supports UTF-8 encoding, so make sure that you have selected correct encoding in your text editor. All text editors by default use the same encoding as operating system, so for example I had to change encoding in editor from Windows-1250 to UTF-8 w/o BOM (byte order mark).

In short - if you save file encoded as UTF-8, you don't need to replace special characters with escape codes.
  Reply With Quote