RE: [Flashcoders] JSFL writing a (Unicode) encoded text file

2007-01-08 Thread Danny Kodicek
Is it possible to write a Unicode encoded text file with JSFL? Yes, absolutely. Except that there's no such thing as a 'Unicode encoded text file' - there are a number of different encodings all of which refer to Unicode mappings in different ways, the most common of which is probably UTF-8.

Re: [Flashcoders] JSFL writing a (Unicode) encoded text file

2007-01-08 Thread Hans Wichman
Hi, you could also search for a commandline tool but i dont know if that is what you need. There are some commandline script out there such as ascii2Uni.vbsetc. I use them to process xml files on the commandline now and then and it works great. greetz JC On 1/8/07, Danny Kodicek [EMAIL

Re: [Flashcoders] JSFL writing a (Unicode) encoded text file

2007-01-08 Thread keith
Thanks the replies gave me the direction I need. -- Keith H -- ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

[Flashcoders] JSFL writing a (Unicode) encoded text file

2007-01-07 Thread keith
Is it possible to write a Unicode encoded text file with JSFL? If so how can I do it? -- Keith H -- ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: