FileReference.save does not work well with Chinese word
I have one application that needs saving some text to local file folder, the text may include chinese words, and i found Flex's FileReference.save can do the job. But the problem is when i opened the saved file with Wordpad, the chinese words does not show correctly, but Notepad can show the text correctly.
From Adobe's help document about FileReference.save, "If the value is a String, it is saved as a UTF-8 text file."
So i think it is probably an encoding problem, but why Wordpad and Notepad behaviors differently, did they use different encoding? what encoding did they use ? ANSI?
Does anyone has similar problem and can give some explanation ?
Thanks a lot.