summaryrefslogtreecommitdiff
path: root/test/farm/html/src/unicode.py
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle Unicode characters in Python source when creating the HTML ↵Ned Batchelder2011-08-171-0/+5
report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144.