Annotation of mandoc/regress/char/unicode/input.out_ascii, Revision 1.7
1.1 schwarze 1: CHAR-UNICODE-INPUT(1) General Commands Manual CHAR-UNICODE-INPUT(1)
2:
3: NNAAMMEE
1.7 ! schwarze 4: char-unicode-input - Unicode characters in the input file
1.1 schwarze 5:
6: DDEESSCCRRIIPPTTIIOONN
1.7 ! schwarze 7: lowest valid: <80>
1.1 schwarze 8:
9: OOnnee--bbyyttee rraannggee
1.7 ! schwarze 10: U+0000 0x00 <NUL>? lowest ASCII
! 11: U+001f 0x1f <US>? highest ASCII control character
! 12: U+007f 0x7f <DEL>? highest ASCII
! 13: 0x80 ? leading lowest continuation
! 14: 0xbf ? leading highest continuation
1.1 schwarze 15:
16: TTwwoo--bbyyttee rraannggee
1.7 ! schwarze 17: U+0000 0xc080 ?? lowest obfuscated ASCII
! 18: U+007f 0xc1bf ?? highest obfuscated ASCII
! 19: U+0080 0xc280 <80><80> lowest two-byte
! 20: U+07FF 0xdfbf <?><?> highest two-byte
! 21: 0xc278 ?x ASCII instead of continuation
! 22: 0xc2c380 ?`A start byte instead of continuation
1.1 schwarze 23:
24: TThhrreeee--bbyyttee rraannggee
1.7 ! schwarze 25: U+0000 0xe08080 ??? lowest obfuscated ASCII
! 26: U+007f 0xe081bf ??? highest obfuscated ASCII
! 27: U+0080 0xe08280 ??? lowest obfuscated two-byte
! 28: U+07FF 0xe09fbf ??? highest obfuscated two-byte
! 29: U+0800 0xe0a080 <?><?> lowest three-byte
! 30: U+0FFF 0xe0bfbf <?><?> end of first start byte
! 31: U+1000 0xe18080 <?><?> begin of second start byte
! 32: U+CFFF 0xecbfbf <?><?> end of last normal start byte
! 33: U+D000 0xed8080 <?><?> begin of last start byte
! 34: U+D7FF 0xed9fbf <?><?> highest public three-byte
! 35: U+D800 0xeda080 ??? lowest surrogate
! 36: U+DFFF 0xedbfbf ??? highest surrogate
! 37: U+E000 0xee8080 <?><?> lowest private use
! 38: U+F8FF 0xefa3bf <?><?> highest private use
! 39: U+F900 0xefa480 <?><?> lowest post-private
! 40: U+FFFF 0xefbfbf <?><?> highest three-byte
1.1 schwarze 41:
42: FFoouurr--bbyyttee rraannggee
1.7 ! schwarze 43: U+0000 0xf0808080 ???? lowest obfuscated ASCII
! 44: U+007f 0xf08081bf ???? highest obfuscated ASCII
! 45: U+0080 0xf0808280 ???? lowest obfuscated two-byte
! 46: U+07FF 0xf0809fbf ???? highest obfuscated two-byte
! 47: U+0800 0xf080a080 ???? lowest obfuscated three-byte
! 48: U+FFFF 0xf08fbfbf ???? highest obfuscated three-byte
! 49: U+10000 0xf0908080 <?><?> lowest four-byte
! 50: U+3FFFF 0xf0bfbfbf <?><?> end of first start byte
! 51: U+40000 0xf1808080 <?><?> begin of second start byte
! 52: U+EFFFF 0xf2bfbfbf <?><?> highest public character
! 53: U+F0000 0xf3808080 <?><?> lowest plane 15 private use
! 54: U+FFFFF 0xf3bfbfbf <?><?> highest plane 15 private use
! 55: U+100000 0xf4808080 <?><?> lowest plane 16 private use
! 56: U+10FFFF 0xf48fbfbf <?><?> highest valid four-byte
! 57: U+110000 0xf4908080 ???? lowest beyond Unicode
! 58: U+13FFFF 0xf4bfbfbf ???? end of last start byte
! 59: U+140000 0xf5808080 ???? lowest invalid start byte
! 60: U+1FFFFF 0xf7bfbfbf ???? highest invalid four-byte
! 61: U+200000 0xf888808080 ????? lowest five-byte
1.1 schwarze 62:
1.3 schwarze 63: OpenBSD June 2, 2021 CHAR-UNICODE-INPUT(1)
CVSweb