Thread: special letters
View Single Post
01-04-13, 07:02 AM   #1
Anja
A Fallenroot Satyr
 
Anja's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2011
Posts: 27
special letters

Code:
dkp = {
["Fr\195\170em\195\162n"] = 56.00
}
How can i get This value


dkp.playername doenst work with special letters, can i first convert the playername string to this \170\162 Stuff? to get the right array key?

something like...

Code:
s = Frêemân
local function convert(s)


 return s -- like Fr\195\170em\195\162n
end

Last edited by Anja : 01-04-13 at 07:09 AM.
  Reply With Quote