spot/tools
Alexandre Duret-Lutz a17d8a0501 help2man: work around some utf8 issues
help2man used characters in the range 0x80,...,0x84 to mark special
sections/characters during its processing, but those bytes where also
occurring in other utf-8 characters breaking the output.  For instance
the character '₁' ( a subscript 1), is encoded as "0xE2 0x82 0x81" in
utf-8.

* tools/help2man: Tell perl that input and output should be assumed to
be utf-8.  Also use "private-use codepoints" for those special
characters to avoid any future conflict.
2024-04-03 17:47:18 +02:00
..
.gitignore * tools/.gitignore: Ignore ar-lib. 2015-11-10 11:16:59 +01:00
gitlog-to-changelog Generate ChangeLog from git log during "make dist". 2012-03-12 17:43:46 +01:00
help2man help2man: work around some utf8 issues 2024-04-03 17:47:18 +02:00
man2html.pl Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01:00
test-driver-teamcity * tools/test-driver-teamcity: Do not add tests/ in the output. 2016-01-05 17:20:51 +01:00
x-to-1.in x-to-1: Honor $PERL 2012-12-14 11:22:08 +01:00