[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.5

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:        U+0080   0xc280     ��   lowest two-byte
1.2       schwarze   24:        U+07FF   0xdfbf     ߿߿   highest two-byte
1.4       schwarze   25:                 0xc278     ?x   ASCII instead of continuation
                     26:                 0xc2c380   ?À   start byte instead of continuation
1.1       schwarze   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
1.4       schwarze   35:        U+0FFF   0xe0bfbf   ࿿࿿       end of first start byte
                     36:        U+1000   0xe18080   ကက     begin of second start byte
                     37:        U+CFFF   0xecbfbf   쿿쿿   end of last normal start byte
                     38:        U+D000   0xed8080   퀀퀀   begin of last start byte
1.1       schwarze   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
1.5     ! schwarze   43:        U+F8FF   0xefa3bf        highest private use
        !            44:        U+F900   0xefa480   豈豈   lowest post-private
1.1       schwarze   45:        U+FFFF   0xefbfbf   ￿￿       highest three-byte
                     46:
                     47:    FFoouurr--bbyyttee rraannggee
                     48:
                     49:        U+0000     0xf0808080     ????    lowest obfuscated ASCII
                     50:        U+007f     0xf08081bf     ????    highest obfuscated ASCII
                     51:        U+0080     0xf0808280     ????    lowest obfuscated two-byte
                     52:        U+07FF     0xf0809fbf     ????    highest obfuscated two-byte
                     53:        U+0800     0xf080a080     ????    lowest obfuscated three-byte
                     54:        U+FFFF     0xf08fbfbf     ????    highest obfuscated three-byte
                     55:        U+10000    0xf0908080     𐀀𐀀      lowest four-byte
1.4       schwarze   56:        U+3FFFF    0xf0bfbfbf     𿿿𿿿        end of first start byte
                     57:        U+40000    0xf1808080     񀀀񀀀        begin of second start byte
                     58:        U+EFFFF    0xf2bfbfbf     󯿿򿿿        highest public character
                     59:        U+F0000    0xf3808080     󰀀󀀀       lowest plane 15 private use
                     60:        U+FFFFF    0xf3bfbfbf     󿿿󿿿        highest plane 15 private use
                     61:        U+100000   0xf4808080     􀀀􀀀      lowest plane 16 private use
                     62:        U+10FFFF   0xf48fbfbf     􏿿􏿿        highest valid four-byte
1.1       schwarze   63:        U+110000   0xf4908080     ????    lowest beyond Unicode
1.4       schwarze   64:        U+13FFFF   0xf4bfbfbf     ????    end of last start byte
                     65:        U+140000   0xf5808080     ????    lowest invalid start byte
                     66:        U+1FFFFF   0xf7bfbfbf     ????    highest invalid four-byte
1.1       schwarze   67:        U+200000   0xf888808080   ?????   lowest five-byte
                     68:
                     69:
                     70:
1.4       schwarze   71: OpenBSD                          June 2, 2021            CHAR-UNICODE-INPUT(1)

CVSweb