How to parse XML with some special latin character?

Hi, guy,

I’m trying to support multiple languages in my game.
I have a UTF-8 XML file in which I include all my game strings, like Chinese, French, German & Spanish strings.
When I am trying to parse this XML file with CCSAXParser, I find that some strings will be trimmed off.
Example:
Je me souviens que nous étions en été.
I only got “Je me souviens que nous”, seems that CCSAXParser don’t know some special latin character like “é”.

Does anyone got any clue about this stuff?

Thank you!

Hi, this issue has been resolved at gles20 branch. :slight_smile: Please refer to LabelTest.

oh, really! Thank you, I will try it later.

How did you used CCSAXParser. Please, write example of code?