1
NGUI 3 Support / Re: Setting UILabel.text dynamically
« on: July 30, 2012, 02:38:29 PM »
Ok, oddly enough bringing the same text from a xml file, parsing through it, and setting the text variable sets the text with the correct characters.
Guess it does some unicode compression that setting the UILabel.text variable on the code does not!
While I have not found a solution, it works when you bring the text from a file (possibly because it has been loaded and converted to UTF8 already) so i guess its all good.
Guess it does some unicode compression that setting the UILabel.text variable on the code does not!
While I have not found a solution, it works when you bring the text from a file (possibly because it has been loaded and converted to UTF8 already) so i guess its all good.

