[BACK]Return to man.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / char / unicode

Annotation of mandoc/regress/char/unicode/man.in, Revision 1.1

1.1     ! schwarze    1: .TH CHAR-UNICODE-MAN 1 "October 13, 2014" OpenBSD
        !             2: .SH NAME
        !             3: char-unicode-mdoc \- unicode characters in man code
        !             4: .SH DESCRIPTION
        !             5: Copyright symbol: \[u00A9] = \C'u00A9'
        !             6: .PP
        !             7: m-dash: \[u2014] = \C'u2014'
        !             8: .PP
        !             9: nabla: \[u1D6C1] = \C'u1D6C1'
        !            10: .PP
        !            11: not really Unicode:
        !            12: up arrows: \(ua\(uA = \[ua]\[uA] = \C'ua'\C'uA'

CVSweb