]> git.ipfire.org Git - thirdparty/coreutils.git/commit
ptx: remove use of diacrit module
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Mar 2021 21:00:26 +0000 (14:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Mar 2021 21:01:15 +0000 (14:01 -0700)
commita71539e62830927957ddea3ddb7615f68ffcc55b
tree51233f1ac5463b8d9cab8c88c457056c1476dee8
parent1a3eb6c305d1aab9ae81c2cc244217bded55b3ff
ptx: remove use of diacrit module

The diacrit module is obsolete, and ptx’s use of it is obsolete
too; it assumes an 8-bit locale (not that common these days) and
that TeX cannot process the 8-bit characters (nowadays, it can).
* NEWS, doc/coreutils.texi (Charset selection in ptx): Document this.
* bootstrap.conf (gnulib_modules): Remove diacrit.
* src/ptx.c: Do not include diacrit.h.
(print_field, fix_output_parameters): Remove obsolete support
for 8-bit diacritics.
NEWS
bootstrap.conf
doc/coreutils.texi
src/ptx.c