Hi Marcus,
although it sounds like some weird behavior that I did not experience yet (I'm not working in a Browser but in AIR on Desktop or Mobile), I wanted to share some links that helped me solving the "special character" problem.
I found these links helpful:
http://xkr.us/articles/javascript/encode-compare/ <http://xkr.us/articles/javascript/encode-compare/>
http://stackoverflow.com/questions/1929812/how-does-cut-and-paste-affect-character-encoding-and-what-can-go-wrong
http://www.zehnet.de/2005/02/12/unicode-utf-8-tutorial/ <http://www.zehnet.de/2005/02/12/unicode-utf-8-tutorial/>
http://stackoverflow.com/questions/5552277/when-to-use-writeutf-and-writeutfbytes-in-bytearray-of-as3
http://stackoverflow.com/questions/75980/best-practice-escape-or-encodeuri-encodeuricomponent
https://sunilanair.wordpress.com/2009/08/08/encoding-decoding-functions-in-flex/

Hopefully you'll get  some more ideas or suggestions what you could try.
Good luck!
Regards
Hans


Am 02.11.2015 um 11:13 schrieb Marcus Fritze:
Hi,

actually I have a serious problem with FileReferenceList in Google Chrome on 
(every) Mac.

When I try to upload files with FileReferenceList in my flex application, the 
file names are not correct. Umlauts (ä, ö, ü) and other special characters (å) 
are not correctly „parsed“.

For example, when I upload

Test_äöü.pdf

my flex application recognizes the file name

Test_aou.pdf

So, when I create a new test-project, were I use FileReferenceList and try to 
test this issue, this error doesn’t occur. So I think it must be related to my 
generated project. I have no idea, what I can do.

Any help?

Thanks.

Marcus Fritze


Reply via email to