xsl-list
[Top] [All Lists]

Reenviar: RE: encoding ISO-8859-15 error

2003-10-01 04:11:38
I read about include "in18n.jar" library in java.1.3
(http://java.sun.com/j2se/1.3/docs/guide/intl/encoding.doc.html) but it
doesn't work to me,

anybody try it?
Regards

-------Mensaje original-------

De: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Fecha: miércoles 01 de octubre de 2003 12:29:21
A: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Asunto: RE: [xsl] encoding ISO-8859-15 error

(This post has nothing to do with XSLT)

The simplest solution is to ask the people who produced the file to
produce it in a more commonly used encoding. The only encodings that XML
parsers are guaranteed to accept are utf-8 and utf-16, though in
practice most will also accept iso-8859-1.

Michael Kay


-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of
Jorge IEspana
Sent: 01 October 2003 08:24
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] encoding ISO-8859-15 error


Hi,
I'm reciving an XML file with encoding="ISO-8859-15", when I
transform the file I received
javax.xml.transform.TransformerException. java.io
UnsupportedEncodingException ISO8859_15 If I use ISO-8859-1
it's work fine but I can't. I'm working with java.1.3 1_09 and just
download xalan-j_2_5_1
Thanks for any help!
Jac

.

GIF image

<Prev in Thread] Current Thread [Next in Thread>
  • Reenviar: RE: encoding ISO-8859-15 error, Jorge <=