How can I load .txt ( ISO8859-1 ) text file to TextField() from flex? file is located in same folder with .SWF file
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Deleted old post from here, see history for details.
I found the answer for you. Good news: no need for PHP magic! Here’s how to do it:
You need to substitute ‘iso-8859-1’ with the appropriate encoding. You can find the list of valid encodings here.