Greetings. Tell as it is possible to work with Russian names? At script creation it is used NPC for sale, repair at it the name in Russian is registered. At start gives out an error in a way file.
Excuse for bad English.
Russian Names
- Administrator
- Site Admin
- Posts: 5353
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Russian Names
What? You essentially said, "I had an error. I'm not going to tell you what it is, but I expect you to know the cause." Not very helpful.
- Administrator
- Site Admin
- Posts: 5353
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Russian Names
Use Notepad++ to modify the XML files. You must go to "Format->Encode in UTF8 without BOM", and then add this to the very first line of the file:
EDIT: Actually, since this is going into the Lua code section, you'll have to convert the Russian characters to decimal codes. See this.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>

