RE: Problems with ISO-8859-1 and UTF-8 encodings

2007-08-02 Thread Michael Glavassevich
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

RE: Problems with ISO-8859-1 and UTF-8 encodings

2007-08-02 Thread Robert Houben
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

Problems with ISO-8859-1 and UTF-8 encodings

2007-08-02 Thread Inma Marín López
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