xsl-list
[Top] [All Lists]

RE: [xsl] URL encoding (ö -> %F6)

2005-12-15 04:25:53

1) The manually escape-html-uri() did not solve the problem.

XSLT level. This URL encoding should work according to the
RFC RFC 1738.
That means that for example the German-Umlaut 'ö' should be
converted to '%F6'.

It occurred to me after posting that 'ö' should not be converted to %F6, but
rather to %EF%BF%BD.

RFC 1738 has been superseded by RFC 2396, which in turn has been superseded
by RFC 3986. The %HH escape sequence should represent the octets of the
UTF-8 encoding of the character, not (for example) the ISO 8859-1 encoding
of the character.

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



<Prev in Thread] Current Thread [Next in Thread>