xsl-list
[Top] [All Lists]

RE: output encoding problem (can't get UTF-8)

2005-08-05 14:17:10
Well that looks good... I can't understand why my transform 
totally messes
up Å Ä Ö.
Å is transformed to %C3%83%E2%80%A6 for some reason, and so on.

Only in a URI-valued attribute such as href, I would think. URIs are
required to contain ASCII characters only, and non-ASCII characters are
escaped by turning them into UTF8, and then encoding each UTF8 octet in hex
as %HH.

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



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--