File: control-characters

package info (click to toggle)
i18nspector 0.27.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,304 kB
  • sloc: python: 8,897; sh: 132; makefile: 64
file content (72 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[c0]
00 = NUL
01 = SOH
02 = STX
03 = ETX
04 = EOT
05 = ENQ
06 = ACK
07 = BEL
08 = BS
09 = HT
0a = LF
0b = VT
0c = FF
0d = CR
0e = SO
0f = SI
10 = DLE
11 = DC1
12 = DC2
13 = DC3
14 = DC4
15 = NAK
16 = SYN
17 = ETB
18 = CAN
19 = EM
1a = SUB
1b = ESC
1c = FS
1d = GS
1e = RS
1f = US

[del]
7f = DEL

[c1]
80 = PAD
81 = HOP
82 = BPH
83 = NBH
84 = IND
85 = NEL
86 = SSA
87 = ESA
88 = HTS
89 = HTJ
8a = VTS
8b = PLD
8c = PLU
8d = RI
8e = SS2
8f = SS3
90 = DCS
91 = PU1
92 = PU2
93 = STS
94 = CCH
95 = MW
96 = SPA
97 = EPA
98 = SOS
99 = SGC
9a = SCI
9b = CSI
9c = ST
9d = OSC
9e = PM
9f = APC

# vim:ft=dosini