How are you getting the data, what service?  Make sure that you’re sending it across as UTF-8.  Otherwise you may need to try setting System.useCodePage to true, but I think first you want to attempt to get the content back in UTF-8.

 

Matt

 


From: Steve Pruitt [mailto:[EMAIL PROTECTED]
Sent: Friday, March 04, 20058:25 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] language support

 

I am trying to get different language support working inmy application.  My current target is French.  The French text is fetched from a database at runtime.  It can be displayed in a tree node label, in a text component, as a Window title, in a list, etc.  In other words, many places.  Running the application, I get problems like the character "é" replaced by "é".

 

My only application change at this point is including the Basic Latin language-range tag in the flex config file.  But this did not work.  There is obviously something(s) else I must do.  Can anyone shed some light?

 


-S



Reply via email to