Thread Tools Display Modes
Prev Previous Post   Next Post Next
09-28-06, 10:26 AM   #1
Vdopje
A Defias Bandit
Join Date: Sep 2006
Posts: 2
Question about special characters

HI there,

I am trying to create my own DKP addon, but I have a question about special characters.

The following I try to read ingame from the .lua file:

["Björnbärserk"] = {
["name"] = "Björnbärserk",
["dkp"] = 403.38,
["class"] = "Paladin"
},
["Celebdil"] = {
["name"] = "Celebdil",
["dkp"] = 354.75,
["class"] = "Warrior"
},
etc. etc. etc

Now everything works fine and all players in the lua file gets listed in-game execpt the name Björnbärserk which is listed as 'Bjnbserk' in-game. I am 99% sure this has to do something because the name contains special characters which wow can't read or something.

Is there any solution to solve this so the name Björnbärserk is getting listed correctly in wow?

I hope someone knows a solution because I tried lots of things already.

Thanks for reading,
Vdopje
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Question about special characters


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off