CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/10/27 20:43:05
Modified files: usr.bin/mandoc : chars.in term_ascii.c Log message: Refine -Tascii rendering of Unicode characters, mostly to better agree with groff, in particular in cases where groff uses backspace overstrike. In two cases, agreement is impossible because groff clobbers the previous line: \(*G \(*S In a number of cases, groff rendering is so misleading that i chose to render differently: \(Sd \(TP \(Tp \(Po \(ps \(sc \(r! \(r? \(de While here, also correct the \(la and \(ra Unicode code points.