Version 1.1.1
kristapsdz
released this
24 Sep 22:53
·
118 commits
to master
since this release
Fix UTF8 handling on Mac OS X. Prior to this, some UTF8 characters (such as smart punctuation) were being garbled on -Tgemini and -Tterm output. These now render properly thanks to an excellent pull request contribution (#140).
Hack around more buggy Mac OS X software, specifically their version of makewhatis(8). While man(7) specifically allows for header macros (SH) to have their contents on the subsequent line, this breaks buggy software that erroneously expects headers to have their content on the same line. This version, thanks to another excellent pull request (#138), adds a hack for that specific condition.