CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/08 16:57:28
Modified files:
regress/usr.bin/mandoc/char/unicode: input.out_utf8 latin1.in
latin1.out_ascii
latin1.out_html
nogroff.out_utf8
Log message:
Apparently, some recent update of Unicode data in the base system
changed the output of wcwidth(3) for some weird Unicode characters,
causing harmless whitespace changes in mandoc(1) output; fix up the
regression suite accordingly.
The processing of the characters themselves still works correctly,
as it did before, and that's what these tests are intended to make
sure. They were never intended to check for whitespace issues.
Problem reported by jsg@.