Difference between revisions of "CodeChart:ANSI/ESC"
m (SS2,SS3,ST,STS,VTS) |
m (CMD) |
||
| Line 15: | Line 15: | ||
|- | |- | ||
! 4 | ! 4 | ||
| − | | EOT || DC4 || $ || 4 || D || T || d || t | + | | EOT || DC4 || $ || 4 || D || T || [[#CMD|'''d''']] || t |
|- | |- | ||
! 5 | ! 5 | ||
| Line 64: | Line 64: | ||
| style="padding: 1ex;" | <span id="BPH">BPH</span> | | style="padding: 1ex;" | <span id="BPH">BPH</span> | ||
| style="padding: 1ex;" | Break Permitted Here | | style="padding: 1ex;" | Break Permitted Here | ||
| + | | ''none'' | ||
| + | |- | ||
| + | ! style="padding: 1ex;" | d | ||
| + | | style="padding: 1ex;" | <span id="CMD">CMD</span> | ||
| + | | style="padding: 1ex;" | Coding Method Delimiter | ||
| ''none'' | | ''none'' | ||
|- | |- | ||
Revision as of 00:01, 6 May 2012
| 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 |
ESC Sequences
| Prefix | Acronym | Name | Parameters |
|---|---|---|---|
| _ | APC | Application Program Command | none |
| B | BPH | Break Permitted Here | none |
| d | CMD | Coding Method Delimiter | none |
| P | DCS | Device Control String | none |
| ` | DMI | Disable Manual Input | none |
| b | EMI | Enable Manual Input | none |
| W | EPA | End of Protected Area | none |
| G | ESA | End of Selected Area | none |
| I | HTJ | Horizontal Tab with Justification | none |
| H | HTS | Horizontal Tab Set | none |
| a | INT | Interrupt | none |
| ~ | LS1R | Locking-Shift One Right | none |
| n | LS2 | Locking-Shift Two | none |
| } | LS2R | Locking-Shift Two Right | none |
| o | LS3 | Locking-Shift Three | none |
| l | LS3R | Locking-Shift Three Right | none |
| U | MW | Message Waiting | none |
| C | NBH | No Break Here | none |
| E | NEL | Next Line | none |
| [ | OSC | Operating System Command | none |
| K | PLD | Partial Line Down | none |
| L | PLU | Partial Line Up | none |
| ^ | PM | Privacy Message | none |
| Q | PU1 | Private Use One | none |
| R | PU2 | Private Use Two | none |
| M | RI | Reverse Line Feed | none |
| c | RIS | Reset to Initial State | none |
| Z | SCI | Single Character Introducer | none |
| X | SOS | Start Of String | none |
| V | SPA | Start of Protected Area | none |
| F | SSA | Start of Selected Area | none |
| N | SS2 | Single-Shift Two | none |
| O | SS3 | Single-Shift Three | none |
| \ | ST | String Terminator | none |
| S | STS | Set Transmit State | none |
| VTS | VTS | Vertical Tab Set | none |