Example typo in encode-uri and decode-uri
Robert Zimmermann <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I think the example for encode-uri and decode-uri there is an typo:
URL:
http://www.exslt.org/str/functions/encode-uri/str.encode-uri.html
"""
Examples:
str:encode-uri('http://www.example.com/my résumé.html',false())
returns
http://www.example.com/my%20r%E9sum%C3%A9.html
"""
should be
"""
Examples:
str:encode-uri('http://www.example.com/my résumé.html',false())
returns
http://www.example.com/my%20r%C3%A9sum%C3%A9.html
"""
difference: %E9 shoould be %C3%A9 as this is utf-8 encoded
the same typo, if it is one, appears at:
http://www.exslt.org/str/functions/decode-uri/str.decode-uri.html
regards,
Robert
Robert Zimmermann
Softwaredevelopment
WEB.DE AG
http://ComWin.name/[email protected]