Page 1 of 1

Cant target NPC with Russian name.

Posted: Sat Mar 13, 2010 7:13 pm
by SilverWF
Hi there.

Look at the screenshot - i think, you understand my trouble...

How can i fix it?

Image

Re: Cant target NPC with Russian name.

Posted: Sat Mar 13, 2010 7:35 pm
by Administrator
Try adding this as the very first item in your waypoint script:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
Also, make sure you have the encoding set to UTF8 without BOM. If you are using Notepad++ (which I highly recommend), you'll find this under the Encoding menu as the second option.

Re: Cant target NPC with Russian name.

Posted: Sun Mar 14, 2010 8:57 am
by SilverWF
Administrator wrote:Try adding this as the very first item in your waypoint script:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
Also, make sure you have the encoding set to UTF8 without BOM. If you are using Notepad++ (which I highly recommend), you'll find this under the Encoding menu as the second option.
Thx, it dont help me :(

And if i write name with Unicode - &#1054&#1090&#1090&#1072&#1076 - it's dont help too

(what a hell with that forum? I cant select something with mouse, backstab in active form leads to previous page :( )


Oh my God...

I've found a solution.

Ru-names must be wrotten like German umlauts!

"\143\224\168\162\165\226" instead "Привет"

And I upload updated file utf8_ascii.xml with some comments for Russian players.

Hope, you'll use this file in the next versions :)


I've made small converter Cyrillic@DOS:
http://pwsdb.narod.ru/cyrdos.html

Maybe, it will work correctly with umlauts and another locale symbols - dunno, coz can't test it...

Re: Cant target NPC with Russian name.

Posted: Tue Apr 06, 2010 5:16 am
by SilverWF
Up!!

Just for information.