aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/char/unicode/namediff.in
Commit message (Collapse)AuthorAgeFilesLines
* Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze2018-08-211-13/+1
| | | | | and of the playing card suits to match groff, using feedback from Ralph Corderoy <ralph at inputplus dot co dot uk>.
* Fix some issues found looking at groff_char(7):Ingo Schwarze2018-08-211-3/+2
| | | | | | * Add two missing characters, \('Y and \('y. * The Weierstrass p is not capital, see http://unicode.org/notes/tn27/. * Add a groff-compatible ASCII transliteration for U+02DC: "~".
* catch up with ASCII renderings in chars.c rev. 1.72Ingo Schwarze2017-08-231-4/+0
|
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-041-1/+2
| | | | | | | | causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
* add about 15 missing character escape sequences found in groff_char(7);Ingo Schwarze2017-06-021-1/+6
| | | | triggered by multimedia/mkvtoolnix mkvmerge(1) using \(S2
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+43
Both kristaps@ and wiz@ repeated asked for this, literally for years.