eans that when you getBytes() from it, you are getting bytes that
> are no longer in UTF8 form.
>
> HTH,
>
> From: Inma Marín López [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 02, 2007 12:53 AM
> To: j-users@xerces.apache.org
> Subject: Problems with ISO-8859-1 and U
when you getBytes()
from it, you are getting bytes that are no longer in UTF8 form.
HTH,
From: Inma Marín López [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 02, 2007 12:53 AM
To: j-users@xerces.apache.org
Subject: Problems with ISO-8859-1 and UTF-8 encodings
Hi all,
I have some problems with
Hi all,
I have some problems with ISO-5589-1 and UTF-8 encodings in XML documents.
Concretely, I have this ISO-8859-1 - encoded XML document:
Á
É
Í
Ó
Ú
Then I UTF-8 - encode it, by means of the following piece of code:
Transformer transformer =
TransformerF