CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2013/11/10 13:17:14
Modified files: share/man/man7 : mandoc_char.7 usr.bin/mandoc : mandoc.c regress/usr.bin/mandoc/char/unicode: man.in man.out_utf8 mdoc.in mdoc.out_utf8 Log message: Support the alternative syntax \C'uXXXX' for Unicode characters. It is already documented in the Heirloom troff manual, and groff handles it as well. Bug reported by Bjarni Ingi Gislason <bjarniig at rhi dot hi dot is> on <bug-groff at gnu dot org>. Well, admittedly, that bug was reported against groff, but mandoc was even more broken than groff with respect to this syntax...