RE: [xsl] I18N / UTF-8 versus US-ASCII

Subject: RE: [xsl] I18N / UTF-8 versus US-ASCII
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 4 Apr 2006 10:09:27 +0100
> When I use UTF-8 encoding, it makes these characters into
> garbled mess, like G;EM
> <xsl:output method="xml" encoding="UTF-8" indent="yes"/>
> e.g
> <Dependencies>
> <Source>europeG;EM</Source>
> <Target>email_node3</Target>
> </Dependencies>

This is because you are looking at the UTF-8 file using a text editor or
other display software that doesn't understand UTF-8. If you view it with a
UTF-8 enabled editor, you'll probably find that it's not a garbled mess at
all.

Michael Kay
http://www.saxonica.com/

Current Thread