Hi all,
I need to transport UTF-8 message transparently as follows:
1. take a UTF-8 document (say a MIME
doc)
2. convert it to a stream
3. feed it to some
JAVA interface
4. and spit it out to another component
The should be the same UTF-8 input doc.
What we found is that as conversion takes place and message fed to
JAVA, the message is corrupted. Probably due to some characters which are 3-byte long in UTF-8.
Thanks
Waldle