Annotation of mandoc/regress/char/unicode/nogroff.in, Revision 1.1
1.1 ! schwarze 1: .TH CHAR-UNICODE-NOGROFF 1 "October 28, 2014" OpenBSD
! 2: .SH NAME
! 3: char-unicode-nogroff \- characters handled differently by groff
! 4: .SH DESCRIPTION
! 5: .nf
! 6: BEGINTEST
! 7: \[u0000]\N'0' <control> NULL
! 8: \[u0001]\N'1' <control> START OF HEADING
! 9: \[u0007]\N'7' <control> BELL
! 10: \[u0008]\N'8' <control> BACKSPACE
! 11: \[u0009]\N'9' <control> CHARACTER TABULATION
! 12: \[u000A]\N'10' <control> LINE FEED
! 13: \[u000B]\N'11' <control> LINE TABULATION
! 14: \[u000C]\N'12' <control> FORM FEED
! 15: \[u000D]\N'13' <control> CARRIAGE RETURN
! 16: \[u001B]\N'27' <control> ESCAPE
! 17: \[u007F]\N'127' <control> DELETE
! 18: \[u0080]\N'128' <control> 0x80
! 19: \[u0081]\N'129' <control> 0x81
! 20: \[u0082]\N'130' <control> BREAK PERMITTED HERE
! 21: \[u0083]\N'131' <control> NO BREAK HERE
! 22: \[u009E]\N'158' <control> PRIVACY MESSAGE
! 23: \[u009F]\N'159' <control> APPLICATION PROGRAM COMMAND
! 24: \[u226A]\(<< MUCH LESS-THAN
! 25: \[u226B]\(>> MUCH GREATER-THAN
! 26: \[uFB00]\(ff LATIN SMALL LIGATURE FF
! 27: \[uFB01]\(fi LATIN SMALL LIGATURE FI
! 28: \[uFB02]\(fl LATIN SMALL LIGATURE FL
! 29: \[uFB03]\(Fi LATIN SMALL LIGATURE FFI
! 30: \[uFB04]\(Fl LATIN SMALL LIGATURE FFL
! 31: \[uFFFD] REPLACEMENT CHARACTER
! 32: \[uFFFE] <undefined>
! 33: \[uFFFF] <undefined>
! 34: \[u10000] LINEAR B SYLLABLE B008 A
! 35: \[uFFFFD] <Plane 15 Private Use, Last>
! 36: \[uFFFFE] <undefined>
! 37: \[uFFFFF] <undefined>
! 38: \[u100000] <Plane 16 Private Use, First>
! 39: \[u10FFFD] <Plane 16 Private Use, Last>
! 40: \[u10FFFE] <undefined>
! 41: \[u10FFFF] <undefined>
! 42: ENDTEST
! 43: .fi
CVSweb