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

Annotation of mandoc/regress/char/unicode/nogroff.in, Revision 1.5

1.3       schwarze    1: .\" $OpenBSD: nogroff.in,v 1.6 2021/06/02 17:36:59 schwarze Exp $
1.5     ! schwarze    2: .TH CHAR-UNICODE-NOGROFF 1 "May 16, 2024"
1.1       schwarze    3: .SH NAME
                      4: char-unicode-nogroff \- characters handled differently by groff
                      5: .SH DESCRIPTION
                      6: .nf
                      7: BEGINTEST
                      8: \[u0000]\N'0'  <control> NULL
                      9: \[u0001]\N'1'  <control> START OF HEADING
1.4       schwarze   10: \[u0002]\N'2'  <control> START OF TEXT
                     11: \[u0003]\N'3'  <control> END OF TEXT
                     12: \[u0004]\N'4'  <control> END OF TRANSMISSION
                     13: \[u0005]\N'5'  <control> ENQUIRY
                     14: \[u0006]\N'6'  <control> ACKNOWLEDGE
1.1       schwarze   15: \[u0007]\N'7'  <control> BELL
                     16: \[u0008]\N'8'  <control> BACKSPACE
                     17: \[u0009]\N'9'  <control> CHARACTER TABULATION
                     18: \[u000A]\N'10' <control> LINE FEED
                     19: \[u000B]\N'11' <control> LINE TABULATION
                     20: \[u000C]\N'12' <control> FORM FEED
                     21: \[u000D]\N'13' <control> CARRIAGE RETURN
1.4       schwarze   22: \[u000E]\N'14' <control> SHIFT OUT
                     23: \[u000F]\N'15' <control> SHIFT IN
                     24: \[u0010]\N'16' <control> DATA LINK ESCAPE
                     25: \[u0011]\N'17' <control> DEVICE CONTROL ONE
                     26: \[u0012]\N'18' <control> DEVICE CONTROL TWO
                     27: \[u0013]\N'19' <control> DEVICE CONTROL THREE
                     28: \[u0014]\N'20' <control> DEVICE CONTROL FOUR
                     29: \[u0015]\N'21' <control> NEGATIVE ACKNOWLEDGE
                     30: \[u0016]\N'22' <control> SYNCHRONOUS IDLE
                     31: \[u0017]\N'23' <control> END OF TRANSMISSION BLOCK
                     32: \[u0018]\N'24' <control> CANCEL
                     33: \[u0019]\N'25' <control> END OF MEDIUM
                     34: \[u001A]\N'26' <control> SUBSTITUTE
1.1       schwarze   35: \[u001B]\N'27' <control> ESCAPE
1.4       schwarze   36: \[u001C]\N'28' <control> INFORMATION SEPARATOR FOUR
                     37: \[u001D]\N'29' <control> INFORMATION SEPARATOR THREE
                     38: \[u001E]\N'30' <control> INFORMATION SEPARATOR TWO
                     39: \[u001F]\N'31' <control> INFORMATION SEPARATOR INE
1.5     ! schwarze   40: \[u0021]\N'33' EXCLAMATION MARK
        !            41: \[u0025]\N'37' PERCENT SIGN
        !            42: \[u0026]\N'38' AMPERSAND
        !            43: \[u0028]\N'40' LEFT PARENTHESIS
        !            44: \[u0029]\N'41' RIGHT PARENTHESIS
        !            45: \[u002A]\N'42' ASTERISK
        !            46: \[u002C]\N'44' COMMA
        !            47: \[u002D]\N'45' HYPHEN-MINUS
        !            48: \[u002E]\N'46' FULL STOP
        !            49: \[u0030]\N'48' DIGIT ZERO
        !            50: \[u0031]\N'49' DIGIT ONE
        !            51: \[u0039]\N'57' DIGIT NINE
        !            52: \[u003A]\N'58' COLON
        !            53: \[u003B]\N'59' SEMICOLON
        !            54: \[u003C]\N'60' LESS-THAN SIGN
        !            55: \[u003E]\N'62' GREATER-THAN SIGN
        !            56: \[u003F]\N'63' QUESTION MARK
        !            57: \[u0041]\N'65' LATIN CAPITAL LETTER A
        !            58: \[u005A]\N'90' LATIN CAPITAL LETTER Z
        !            59: \[u0061]\N'97' LATIN SMALL LETTER A
        !            60: \[u007A]\N'122'        LATIN SMALL LETTER Z
1.1       schwarze   61: \[u007F]\N'127'        <control> DELETE
                     62: \[u0080]\N'128'        <control> 0x80
                     63: \[u0081]\N'129'        <control> 0x81
                     64: \[u0082]\N'130'        <control> BREAK PERMITTED HERE
                     65: \[u0083]\N'131'        <control> NO BREAK HERE
1.4       schwarze   66: \[u0084]\N'132'        <control> 0x84
                     67: \[u0085]\N'133'        <control> NEXT LINE (NEL)
                     68: \[u0086]\N'134'        <control> START OF SELECTED AREA
                     69: \[u0087]\N'135'        <control> END OF SELECTED AREA
                     70: \[u0088]\N'136'        <control> CHARACTER TABULATION SET
                     71: \[u0089]\N'137'        <control> CHARACTER TABULATION WITH JUSTIFICATION
                     72: \[u008A]\N'138'        <control> LINE TABULATION SET
                     73: \[u008B]\N'139'        <control> PARTIAL LINE FORWARD
                     74: \[u008C]\N'140'        <control> PARTIAL LINE BACKWARD
                     75: \[u008D]\N'141'        <control> REVERSE LINE FEED
                     76: \[u008E]\N'142'        <control> SINGLE SHIFT TWO
                     77: \[u008F]\N'143'        <control> SINGLE SHIFT THREE
                     78: \[u0090]\N'144'        <control> DEVICE CONTROL STRING
                     79: \[u0091]\N'145'        <control> PRIVATE USE ONE
                     80: \[u0092]\N'146'        <control> PRIVATE USE TWO
                     81: \[u0093]\N'147'        <control> SET TRANSMIT STATE
                     82: \[u0094]\N'148'        <control> CANCEL CHARACTER
                     83: \[u0095]\N'149'        <control> MESSAGE WAITING
                     84: \[u0096]\N'150'        <control> START OF GUARDED AREA
                     85: \[u0097]\N'151'        <control> END OF GUARDED AREA
                     86: \[u0098]\N'152'        <control> START OF STRING
                     87: \[u0099]\N'153'        <control> 0x99
                     88: \[u009A]\N'154'        <control> SINGLE CHARACTER INTRODUCER
                     89: \[u009B]\N'155'        <control> CONTROL SEQUENCE INTRODUCER
                     90: \[u009C]\N'156'        <control> STRING TERMINATOR
                     91: \[u009D]\N'157'        <control> OPERATING SYSTEM COMMAND
1.1       schwarze   92: \[u009E]\N'158'        <control> PRIVACY MESSAGE
                     93: \[u009F]\N'159'        <control> APPLICATION PROGRAM COMMAND
                     94: \[u226A]\(<<   MUCH LESS-THAN
                     95: \[u226B]\(>>   MUCH GREATER-THAN
1.3       schwarze   96: \[uD7FB]       HANGUL JONGSEONG PHIEUPH-THIEUTH
                     97: \[uE000]       <Private Use, First>
                     98: \[uF8FF]       <Private Use, Last>
                     99: \[uF900]       CJK COMPATIBILITY IDEOGRAPH-F900
1.1       schwarze  100: \[uFB00]\(ff   LATIN SMALL LIGATURE FF
                    101: \[uFB01]\(fi   LATIN SMALL LIGATURE FI
                    102: \[uFB02]\(fl   LATIN SMALL LIGATURE FL
                    103: \[uFB03]\(Fi   LATIN SMALL LIGATURE FFI
                    104: \[uFB04]\(Fl   LATIN SMALL LIGATURE FFL
                    105: \[uFFFD]       REPLACEMENT CHARACTER
                    106: \[uFFFE]       <undefined>
                    107: \[uFFFF]       <undefined>
                    108: \[u10000]      LINEAR B SYLLABLE B008 A
1.3       schwarze  109: \[uE01EF]      VARIATION SELECTOR-256
                    110: \[uEFFFE]      <undefined>
                    111: \[uEFFFF]      <undefined>
                    112: \[uF0000]      <Plane 15 Private Use, First>
1.1       schwarze  113: \[uFFFFD]      <Plane 15 Private Use, Last>
                    114: \[uFFFFE]      <undefined>
                    115: \[uFFFFF]      <undefined>
                    116: \[u100000]     <Plane 16 Private Use, First>
                    117: \[u10FFFD]     <Plane 16 Private Use, Last>
                    118: \[u10FFFE]     <undefined>
                    119: \[u10FFFF]     <undefined>
                    120: ENDTEST
                    121: .fi

CVSweb