RE: [xsl] SAXON and UTF-8

Subject: RE: [xsl] SAXON and UTF-8
From: "Scott Carter" <scottc@xxxxxxxxxxxxxx>
Date: Thu, 27 Sep 2001 08:50:44 -0600
> > <?xml version="1.0" encoding="utf-8"?><b>ä</b>

I'm not familiar with the processor/editor you're using, but try
changing the encoding to "ISO-8859-1". Only ASCII value 0 - 127 match up
with UTF-8 characters and those characters are outside that range.

If you have access to a Win2K machine try opening your docuement in
NotePad and saving as different encodings. You can easily see how
different characters are stored with different encodings and the BOMs
used with each encoding.... assuming you don't mind using a hex editor
to look at the raw bytes. <g>

Scott Carter
TurboPower Software

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread