Open GoogleCodeExporter opened 8 years ago
This will allow diffrent string encodings. see supported encoding
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/charset-codes
.html.
In my case I use "iso-8859-1". UTF-8 also allows umlauts but ms excel does not
display them right unless there iso encoded.
This might even works with chinese, russian and hebrew etc.
Original comment by matthias...@gmail.com
on 28 Sep 2011 at 12:16
Setting charSet to "x-ansi" would show umlauts fine in excel.
Any ideas for which character-set should work to display Russian, please?
Original comment by achilles...@googlemail.com
on 20 Oct 2011 at 2:31
Thanks a lot.
It works for me with x-cp1250 charset.
Regards,
Eric
Original comment by eric.paw...@gmail.com
on 4 Nov 2011 at 3:06
Thank you.
this information I have been very helpful
Original comment by enlinea...@gmail.com
on 23 Nov 2011 at 2:48
Original issue reported on code.google.com by
matthias...@gmail.com
on 28 Sep 2011 at 12:10Attachments: