Hi all,
I’ve read some post on the same topics but I could not resolve this problem.
On the loadFont example, the full character set loading is not working for me, with mac and XCode.
For example the “é” character is becomes a rectangle and some other ones goes crazy.
I’m just looking for latin characters like é á à etc…And I understand It should work only setting _bFullCharacterSet to true.
The only way I found to fix this was replacing all this characters by hexadecimal value ( for example : “\xEC” ) but that’s a quite painful process and I’m sure there would be another easy way.
I tried to change the encoding of my xml file, the font, but the result is the same.
Anyone had this problem before ?
Thanks
–