]> git.ipfire.org Git - thirdparty/xz.git/commit
build-aux/manconv.sh: Fix US-ASCII and UTF-8 output.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 2 Aug 2023 12:19:43 +0000 (15:19 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 7 May 2024 12:30:02 +0000 (15:30 +0300)
commitf1123eefe16401614430b827913554496ebb17eb
treed7014dbffea080d54fa7e691a5b64bb3042620f8
parent9d4bf2d06f6a85fd107f2d58c744fe4880dd4b02
build-aux/manconv.sh: Fix US-ASCII and UTF-8 output.

groff defaults to SGR escapes. Using -P-c passes -c to grotty
which restores the old behavior. Perhaps there is a better way to
get pure plain text output but this works for now.

(cherry picked from commit 6a1093c0004c42eeaef312456c295671496dd67a)
build-aux/manconv.sh