aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/char/unicode/namediff.out_ascii
Commit message (Collapse)AuthorAgeFilesLines
* Fix some issues found looking at groff_char(7):Ingo Schwarze2018-08-211-2/+1
| | | | | | * 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: "~".
* Improve ASCII rendering of a few rare character escape sequencesIngo Schwarze2017-08-231-5/+5
| | | | | that can be changed unilaterally because groff fails to render them at all.
* catch up with ASCII renderings in chars.c rev. 1.72Ingo Schwarze2017-08-231-4/+0
|
* 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/+49
Both kristaps@ and wiz@ repeated asked for this, literally for years.