Subject: Re: XT and iso-8859-2 encoding ?
From: James Clark <jjc@xxxxxxxxxx>
Date: Fri, 05 Nov 1999 10:46:01 +0700
|
Patrice Bonhomme wrote:
>
> Hi,
>
> It seems that the new release of XT is not supporting all iso-8859-xx
> character encoding, iso-8859-2 for example. Is that true ?
>
> with <?xml version="1.0" encoding="iso-8859-2"?>, xt says 'unsupported
> encoding'.
Are you talking about input or output?
If input, it's up to the XML parser you use. If you're using XP, it
doesn't support iso-8859-2. It only supports iso-8859-1, us-ascii,
utf-8 and utf-16.
If output, it depends on the output method. The XML output method
supports only UTF-8. The other output methods support any encodings
supported by your Java VM.
James
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|