2009-05-12 18:39:23
You can grab the 0.6.12 release in tar or OSX portfile format from the download page.
- Fix tag crash
- Fix strange character weirdness
- Fix/Improve HTML parser
- Try UTF-8 for config before chardet
Another round of miscellaneous fixes. In particular a crash in switching tags,
some strange case in the drawing code where a valid multi-byte character has a
wcwidth() of -1, and it looks like either the semantics for using the built
in HTMLParser in Python have changed or it had a bug with CDATA content
that's now worked around.
In addition, provide UTF-8 as a sane default for reading the config, rather than ASCII, before falling back on the chardet library, which should fix some strangeness with tags coming up in wrong encodings.
Have fun! Submit bugs!