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