Difference between revisions of "CodeChart:ANSI"

From Terminals
Jump to: navigation, search
m (codechart titles)
m (C0 control code)
Line 4: Line 4:
 
{{CodeChart
 
{{CodeChart
 
| title=Received
 
| title=Received
 +
| ack=#ack
 
| bel=#bel
 
| bel=#bel
 
| bs=#bs
 
| bs=#bs
 
| ht=#ht
 
| ht=#ht
 
| lf=#lf
 
| lf=#lf
 +
| vt=#vt
 +
| ff=#ff
 
| cr=#cr
 
| cr=#cr
 +
| so=#so
 +
| si=#si
 +
| dc1=#dc1
 +
| dc2=#dc2
 +
| dc3=#dc3
 +
| dc4=#dc4
 
| esc=/ESC
 
| esc=/ESC
 +
| is4=#is4
 +
| is3=#is3
 +
| is2=#is2
 +
| is1=#is1
 
}}
 
}}
 
| style="width: 2ex;" |
 
| style="width: 2ex;" |
Line 24: Line 37:
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Parameters
 
! style="padding: 1ex;" | Parameters
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Acknowledge||ack|ACK}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Bell||bel|BEL}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Bell||bel|BEL}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Back Space||bs|BS}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Back Space||bs|BS}}
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Tab||ht|HT}}
+
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Character Tabulation||ht|HT}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Line Feed||lf|LF}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Line Feed||lf|LF}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Line Tabulation||vt|VT}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Form Feed||ff|FF}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Carriage Return||cr|CR}}
 
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Carriage Return||cr|CR}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Shift-Out||so|SO}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Shift-In||si|SI}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Device Control One||dc1|DC1}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Device Control Two||dc2|DC2}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Device Control Three||dc3|DC3}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Device Control Four||dc4|DC4}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Information Separator Four||is4|IS4}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Information Separator Three||is3|IS3}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Information Separator Two||is2|IS2}}
 +
{{User:Legalize/Control_Sequences/CodeDescriptionTable/Row|Information Separator One||is1|IS1}}
 
|}
 
|}
 
|}
 
|}
  
 
Source: [[Wikipedia:ANSI escape code|ANSI X3.64 control sequences]] are defined in the [http://www.ecma-international.org/publications/standards/Ecma-048.htm ECMA-48] standard.  ECMA-48 also incorporates elements of the [http://www.ecma-international.org/publications/standards/Ecma-035.htm ECMA-35] standard for designation of alternate code set.  The tables shown here refer to the 7-bit encodings.
 
Source: [[Wikipedia:ANSI escape code|ANSI X3.64 control sequences]] are defined in the [http://www.ecma-international.org/publications/standards/Ecma-048.htm ECMA-48] standard.  ECMA-48 also incorporates elements of the [http://www.ecma-international.org/publications/standards/Ecma-035.htm ECMA-35] standard for designation of alternate code set.  The tables shown here refer to the 7-bit encodings.

Revision as of 06:01, 27 January 2013

Subpages of ANSI

Received
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
Transmitted
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
Control Sequences
Prefix Description Parameters

User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row

Source: ANSI X3.64 control sequences are defined in the ECMA-48 standard. ECMA-48 also incorporates elements of the ECMA-35 standard for designation of alternate code set. The tables shown here refer to the 7-bit encodings.