summaryrefslogtreecommitdiff
path: root/tests/regressiontests/text
AgeCommit message (Expand)Author
2007-05-25unicode: Added a check to ensure that iri_to_uri() remains idempotent.Malcolm Tredinnick
2007-05-25unicode: Added a unicode-aware version of urlencode. Since we now have aMalcolm Tredinnick
2007-05-24unicode: Added unicode-aware equivalents of urllib.quote() andMalcolm Tredinnick
2007-05-17unicode: Added iri_to_uri() utility function and use it in the databrowse app.Malcolm Tredinnick
2007-04-21Changed default template filters to always return unicode (and to handle unic...Malcolm Tredinnick
2007-03-30Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.Malcolm Tredinnick