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

Annotation of mandoc/regress/char/unicode/input.out_utf8, Revision 1.1

1.1     ! schwarze    1: CHAR-UNICODE-INPUT(1)       General Commands Manual      CHAR-UNICODE-INPUT(1)
        !             2:
        !             3:
        !             4:
        !             5: NNAAMMEE
        !             6:        char-unicode-input - Unicode characters in the input file
        !             7:
        !             8: DDEESSCCRRIIPPTTIIOONN
        !             9:        lowest valid: �
        !            10:
        !            11:    OOnnee--bbyyttee rraannggee
        !            12:
        !            13:        U+0000   0x00   �?   lowest ASCII
        !            14:        U+001f   0x1f   �?   highest ASCII control character
        !            15:        U+007f   0x7f   �?   highest ASCII
        !            16:                 0x80   ?    leading lowest continuation
        !            17:                 0xbf   ?    leading highest continuation
        !            18:
        !            19:    TTwwoo--bbyyttee rraannggee
        !            20:
        !            21:        U+0000   0xc080     ??   lowest obfuscated ASCII
        !            22:        U+007f   0xc1bf     ??   highest obfuscated ASCII
        !            23:                 0xc278     ?x   ASCII continuation
        !            24:        U+0080   0xc280     ��   lowest two-byte
        !            25:                 0xc2c380   ?À   high continuation
        !            26:        U+07FF   0xdfbf     ߿߿     highest two-byte
        !            27:
        !            28:    TThhrreeee--bbyyttee rraannggee
        !            29:
        !            30:        U+0000   0xe08080   ???    lowest obfuscated ASCII
        !            31:        U+007f   0xe081bf   ???    highest obfuscated ASCII
        !            32:        U+0080   0xe08280   ???    lowest obfuscated two-byte
        !            33:        U+07FF   0xe09fbf   ???    highest obfuscated two-byte
        !            34:        U+0800   0xe0a080   ࠀࠀ     lowest three-byte
        !            35:        U+0FFF   0xe0bfbf   ࿿࿿       end of first middle byte
        !            36:        U+1000   0xe18080   ကက     begin of second middle byte
        !            37:        U+CFFF   0xecbfbf   쿿쿿   end of last normal middle byte
        !            38:        U+D000   0xed8080   퀀퀀   begin of strange middle byte
        !            39:        U+D7FF   0xed9fbf   ퟿퟿       highest public three-byte
        !            40:        U+D800   0xeda080   ???    lowest surrogate
        !            41:        U+DFFF   0xedbfbf   ???    highest surrogate
        !            42:        U+E000   0xee8080        lowest private use
        !            43:        U+FFFF   0xefbfbf   ￿￿       highest three-byte
        !            44:
        !            45:    FFoouurr--bbyyttee rraannggee
        !            46:
        !            47:        U+0000     0xf0808080     ????    lowest obfuscated ASCII
        !            48:        U+007f     0xf08081bf     ????    highest obfuscated ASCII
        !            49:        U+0080     0xf0808280     ????    lowest obfuscated two-byte
        !            50:        U+07FF     0xf0809fbf     ????    highest obfuscated two-byte
        !            51:        U+0800     0xf080a080     ????    lowest obfuscated three-byte
        !            52:        U+FFFF     0xf08fbfbf     ????    highest obfuscated three-byte
        !            53:        U+10000    0xf0908080     𐀀𐀀      lowest four-byte
        !            54:        U+3FFFF    0xf0bfbfbf     𿿿𿿿        end of first middle byte
        !            55:        U+40000    0xf1808080     񀀀񀀀        second middle byte
        !            56:        U+FFFFF    0xf3bfbfbf     󿿿󿿿        last normal middle byte
        !            57:        U+100000   0xf4808080     􀀀􀀀        strange middle byte
        !            58:        U+10FFFF   0xf48fbfbf     􏿿􏿿        last valid four-byte
        !            59:        U+110000   0xf4908080     ????    lowest beyond Unicode
        !            60:        U+13FFFF   0xf4bfbfbf     ????    end of strange middle byte
        !            61:        U+140000   0xf5808080     ????    lowest invalid middle byte
        !            62:        U+1FFFFF   0xf7bfbfbf     ????    highest four-byte
        !            63:        U+200000   0xf888808080   ?????   lowest five-byte
        !            64:
        !            65:
        !            66:
        !            67: OpenBSD                        December 19, 2014         CHAR-UNICODE-INPUT(1)

CVSweb