Mannion, Enda wrote:
Thanks Again Axel,

Can you suggest a solution to me so I can read and write as Unicode?


Why don't you just write the UTF-16 data into the file? As long as you are reading and writing the data on a single platform, or you remember whether it's big-endian or little-endian, it should work.

If you want an encoding that's more compatible with non-Unicode applications, then you can transcode to UTF-8.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to