Changes:
- new option --links-inline: prints link references right after the A tag
- treat TH like TD
- conversions for unicode ligatures (U+0132, U+0133, U+0152, U+0153,
U+FB00, U+FB01, U+FB02, U+FB03, U+FB04, U+FB05, U+FB06) implemented
- BUGFIX: <?xml encoding="..."> changes default character set to utf-8
even when character set already set previous META tag or previous XML
process instructions. Reported by Kevin Patrick Scannell
- BUGFIX: garbled output and core dump produced by centering
- BUGFIX: memory leak in util.c push_align()
- BUGFIX: "off by one"-errors in text.c
Changes:
- BUGFIX: buffer overflow in get_attr found by Ariel Berkman
- BUGFIX: compilation fix for Solaris by Fredrik Roubert
- more robust behaviour when encountering invalid byte sequences
- added RPM-spec file by Joshua Jensen.
Changes:
- better automatic detection of utf-8 locale
- default encoding for XML documents is now utf-8
- BUGFIX: parsing of <META http-equiv="Content-Type" ...> was case sensitive
- BUGFIX: empty SCRIPT tag caused text to be swallowed
- BUGFIX: recognizes character set when declared with <META content="text/html; charset=utf-8" http-equiv="Content-Type">
- BUGFIX: characters in the range 127-255 from different character sets than latin1 have been interpreted as latin1 characters
- BUGFIX: hexadecimal entities for microsoft entities