Sheepishly, I must admit I forgot to embed the extended Latin I character set in my dynamic text field. As soon as I did that, of course, the accented characters were displayed. Honestly, I've had to do this enough times, I don't know why I forgot this time.

Marc

At 12:22 AM 7/23/2007, you wrote:
I am having trouble getting non-English characters to show up in Flash when they're read from an XML doc. For example, the French e with accent, as in resume (résumé). Here's what my xml doc looks like -- seems I'm doing something wrong, but I can't figure out what. By the way, I'm saving it as UTF-8. Can anyone give me an example of a non-English xml doc that gets displayed correctly in Flash using non-English characters? I need to create localized versions for French, Chinese (simple), Chinese (traditional), Korean, Japanese, and several other languages.

============== XML =================

<?xml version="1.0" encoding="utf-8" xml:lang="fr"?>
<questions>

<question>
<qText><![CDATA[Quels sont les objectifs de cette formation ?]]></qText>
<qAnswers>
<qAns num="0"><![CDATA[a. M’aider à comprendre les règles et les politiques clés pour que je fasse les bons choix]]></qAns> <qAns num="1"><![CDATA[b. Fournir des exemples concrets des domaines à risque]]></qAns> <qAns num="2"><![CDATA[c. Renforcer l’idée que le respect des lois et politiques de Microsoft n’est pas négociable]]></qAns> <qAns num="3"><![CDATA[d. M’aider à identifier les problèmes clés de conformité]]></qAns>
<qAns num="4"><![CDATA[e. Toutes les réponses ci-dessus]]></qAns>
</qAnswers>
<qCorrect>4</qCorrect>
</question>

</questions>
==============  end XML =================

Thanks!

Marc Hoffman _______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to