This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: SAXON and UTF-8


> > <?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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]