I have a program which creates a XML file that is then used by a Flash movie to create a menu. Flash MX supports Unicode text and so I am working on creating a Unicode (UTF-8) xml file which Flash can use.

I create a sample XML file in BBEdit and set the file to UTF-8 encoding and was able to enter Japanese characters along with ASCII characters without a problem. This was parsed without a problem by Flash.

I tried to create a file from Rev by pasting the contents of the XML file I made in BBEdit into a field and using the following code:

open file tPath for write (also tried open file tPath for binary write)
write unicodeText of field 1 to file tPath
close file tPath

The Japanese characters were turned into garbage characters when I opened the file in BBEdit. Is it possible to write a UTF encoded text file with Rev? If so, how?

Some info on the unicode xml files that Flash MX supports:
<http://www.macromedia.com/support/flash/languages/unicode_in_flmx/ unicode_in_flmx05.html>
<http://www.macromedia.com/support/flash/languages/unicode_in_flmx/ unicode_in_flmx07.html>
<http://www.macromedia.com/support/flash/languages/unicode_in_flmx/>


Thanks,

--
Trevor DeVore
Blue Mango Multimedia
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to