# Kort :
DemptD: To avoid problems with national characters you have to make sure that:
1. All language files (main, skin, plugins) are encoded to UTF-8 (without BOM)
2. All TPL-files where you use national chars are also encoded to UTF-8 (without BOM)
I would recommend that to you do not use Notepad for encoding. Get yourself NotePad++ or some other decent text editor.
Ohh that solved it after i used Notepad++, thanks! :)