have you tried to escape the string?

var myNewStr = escape(myStr);
trace(myNewStr);


On Mar 20, 2007, at 11:49 AM, Felipe Fernandez wrote:

Hi, I'm in trouble with especial characters (like ñ,á, ó..and so on). I use a DataGrid component and datagridcolumns headers use a title like "descripción" and instead ó appears stranger characters. This problem happens when I compile using Flash IDE but doesn't if compiling with mtasc in eclipse.
Any cue about where could be the problem?

Thanks and best regards.
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to