Questions tagged [string-table]

32 questions
0
votes
2 answers

Displaying chinese, cyrillic and korean fonts in AIR

I got a problem with the different languages on my game. I publish my game from Flash Professional CS5.5 to AIR for Android and AIR for iOS. All languages are fine, except chinese, korean, russian. What do I need to do to display them? I'm using an…
WolvDev
  • 3,182
  • 1
  • 17
  • 32
-3
votes
1 answer

Split result not usable on android

I have a string that I split, it works perfectly until i want to use it : when I use a 'for' to read what a have in my String table I shows exactly what I want, but when I use if(MyStringTable[1] == "a") it isn't true, even though I just saw that…
1 2
3