Sorry for my lack of xerces knowledge but how do I transcode to UTF-8?

Enda

-----Original Message-----
From: David Bertoni [mailto:[EMAIL PROTECTED] 
Sent: 10 August 2006 19:21
To: [email protected]
Subject: Re: Reading UNICODE string

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]


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

Reply via email to