charcode.ascii.dollar_lowercase library
Declare integer constants for each ASCII character.
The constants all start with "$" to avoid conflicting with other constants.
For characters that are valid in an identifier, the character itself follows the "$". For other characters, a symbolic name is used. In some cases, multiple alternative symbolic names are provided. Please stick to using one name per character in your code.
The symbolic names are, where applicable, the name of the symbol without
any "mark", "symbol" "sign" or "accent" suffix.
Examples: $exclamation
, $pipe
, $dollar
and $grave
.
For less common symbols, a selection of common names are used.
For parenthetical markers, there is both a short name, $lparen
/$rparen
,
and a long name, $open_paren
/ $close_paren
.
For common HTML entities, the entity names are also usable as symbolic
names: $apos
, $quot
, $lt
, $gt
, and $amp
.
Constants
- $$ → const int
-
Character '$'.
0x24
- $0 → const int
-
Character '0'.
0x30
- $1 → const int
-
Character '1'.
0x31
- $2 → const int
-
Character '2'.
0x32
- $3 → const int
-
Character '3'.
0x33
- $4 → const int
-
Character '4'.
0x34
- $5 → const int
-
Character '5'.
0x35
- $6 → const int
-
Character '6'.
0x36
- $7 → const int
-
Character '7'.
0x37
- $8 → const int
-
Character '8'.
0x38
- $9 → const int
-
Character '9'.
0x39
- $_ → const int
-
Character '_'.
0x5F
- $A → const int
-
Character 'A'.
0x41
- $a → const int
-
Character 'a'.
0x61
- $ack → const int
-
"Acknowledgment" control character.
0x06
- $amp → const int
-
Character '&', short name.
0x26
- $ampersand → const int
-
Character '&'.
0x26
- $apos → const int
-
Character "'".
0x27
- $apostrophe → const int
-
Character '''.
0x27
- $asterisk → const int
-
Character '*'.
0x2A
- $at → const int
-
Character '@'.
0x40
- $B → const int
-
Character 'B'.
0x42
- $b → const int
-
Character 'b'.
0x62
- $backquote → const int
-
Character '`'.
0x60
- $backslash → const int
-
Character ''.
0x5C
- $bar → const int
-
Character '|'.
0x7C
- $bel → const int
-
"Bell" control character.
0x07
- $bs → const int
-
"Backspace" control character.
0x08
- $C → const int
-
Character 'C'.
0x43
- $c → const int
-
Character 'c'.
0x63
- $can → const int
-
"Cancel" control character.
0x18
- $caret → const int
-
Character '^'.
0x5E
- $circumflex → const int
-
Character '^'.
0x5E
- $close_angle → const int
-
Character '>'.
0x3E
- $close_brace → const int
-
Character '}'.
0x7D
- $close_bracket → const int
-
Character ']'.
0x5D
- $close_paren → const int
-
Character ')'.
0x29
- $close_parenthesis → const int
-
Character ')'.
0x29
- $colon → const int
-
Character ':'.
0x3A
- $comma → const int
-
Character ','.
0x2C
- $cr → const int
-
"Carriage return" control character.
0x0D
- $D → const int
-
Character 'D'.
0x44
- $d → const int
-
Character 'd'.
0x64
- $dash → const int
-
Character '-'.
0x2D
- $dc1 → const int
-
"Device Control 1" control character (oft. XON).
0x11
- $dc2 → const int
-
"Device Control 2" control character.
0x12
- $dc3 → const int
-
"Device Control 3" control character (oft. XOFF).
0x13
- $dc4 → const int
-
"Device Control 4" control character.
0x14
- $del → const int
-
"Delete" control character.
0x7F
- $division → const int
-
Character '/'.
0x2F
- $dle → const int
-
"Data Link Escape" control character.
0x10
- $dollar → const int
-
Character '$'.
0x24
- $dot → const int
-
Character '.'.
0x2E
- $double_quote → const int
-
Character '"'.
0x22
- $E → const int
-
Character 'E'.
0x45
- $e → const int
-
Character 'e'.
0x65
- $em → const int
-
"End of Medium" control character.
0x19
- $enq → const int
-
"Enquiry" control character.
0x05
- $eot → const int
-
"End of Transmission" control character.
0x04
- $equal → const int
-
Character '='.
0x3D
- $esc → const int
-
"Escape" control character.
0x1B
- $etb → const int
-
"End of Transmission Block" control character.
0x17
- $etx → const int
-
"End of Text" control character.
0x03
- $exclamation → const int
-
Character '!'.
0x21
- $F → const int
-
Character 'F'.
0x46
- $f → const int
-
Character 'f'.
0x66
- $ff → const int
-
"Form feed" control character.
0x0C
- $fs → const int
-
"File Separator" control character.
0x1C
- $fullstop → const int
-
Character '.'.
0x2E
- $G → const int
-
Character 'G'.
0x47
- $g → const int
-
Character 'g'.
0x67
- $grave → const int
-
Character '`'.
0x60
- $greater_than → const int
-
Character '>'.
0x3E
- $gs → const int
-
"Group Separator" control character.
0x1D
- $gt → const int
-
Character '>'.
0x3E
- $H → const int
-
Character 'H'.
0x48
- $h → const int
-
Character 'h'.
0x68
- $hash → const int
-
Character '#'.
0x23
- $hat → const int
-
Character '^'.
0x5E
- $ht → const int
-
"Horizontal Tab" control character.
0x09
- $I → const int
-
Character 'I'.
0x49
- $i → const int
-
Character 'i'.
0x69
- $J → const int
-
Character 'J'.
0x4A
- $j → const int
-
Character 'j'.
0x6A
- $K → const int
-
Character 'K'.
0x4B
- $k → const int
-
Character 'k'.
0x6B
- $L → const int
-
Character 'L'.
0x4C
- $l → const int
-
Character 'l'.
0x6C
- $langle → const int
-
Character '<'.
0x3C
- $lbrace → const int
-
Character '{'.
0x7B
- $lbracket → const int
-
Character '['.
0x5B
- $less_than → const int
-
Character '<'.
0x3C
- $lf → const int
-
"Line feed" control character.
0x0A
- $lparen → const int
-
Character '('.
0x28
- $lt → const int
-
Character '<'.
0x3C
- $M → const int
-
Character 'M'.
0x4D
- $m → const int
-
Character 'm'.
0x6D
- $minus → const int
-
Character '-'.
0x2D
- $N → const int
-
Character 'N'.
0x4E
- $n → const int
-
Character 'n'.
0x6E
- $nak → const int
-
"Negative Acknowledgment" control character.
0x15
- $nul → const int
-
"Null character" control character.
0x00
- $O → const int
-
Character 'O'.
0x4F
- $o → const int
-
Character 'o'.
0x6F
- $open_angle → const int
-
Character '<'.
0x3C
- $open_brace → const int
-
Character '{'.
0x7B
- $open_bracket → const int
-
Character '['.
0x5B
- $open_paren → const int
-
Character '('.
0x28
- $open_parenthesis → const int
-
Character '('.
0x28
- $P → const int
-
Character 'P'.
0x50
- $p → const int
-
Character 'p'.
0x70
- $percent → const int
-
Character '%'.
0x25
- $pipe → const int
-
Character '|'.
0x7C
- $plus → const int
-
Character '+'.
0x2B
- $Q → const int
-
Character 'Q'.
0x51
- $q → const int
-
Character 'q'.
0x71
- $question → const int
-
Character '?'.
0x3F
- $quot → const int
-
Character '"', short name.
0x22
- $quotation → const int
-
Character '"'.
0x22
- $quote → const int
-
Character '"'.
0x22
- $R → const int
-
Character 'R'.
0x52
- $r → const int
-
Character 'r'.
0x72
- $rangle → const int
-
Character '>'.
0x3E
- $rbrace → const int
-
Character '}'.
0x7D
- $rbracket → const int
-
Character ']'.
0x5D
- $rparen → const int
-
Character ')'.
0x29
- $rs → const int
-
"Record Separator" control character.
0x1E
- $S → const int
-
Character 'S'.
0x53
- $s → const int
-
Character 's'.
0x73
- $semicolon → const int
-
Character ';'.
0x3B
- $si → const int
-
"Shift In" control character.
0x0F
- $single_quote → const int
-
Character '''.
0x27
- $slash → const int
-
Character '/'.
0x2F
- $so → const int
-
"Shift Out" control character.
0x0E
- $soh → const int
-
"Start of Header" control character.
0x01
- $solidus → const int
-
Character '/'.
0x2F
- $space → const int
-
Space character.
0x20
- $stx → const int
-
"Start of Text" control character.
0x02
- $sub → const int
-
"Substitute" control character.
0x1A
- $syn → const int
-
"Synchronous idle" control character.
0x16
- $T → const int
-
Character 'T'.
0x54
- $t → const int
-
Character 't'.
0x74
- $tab → const int
-
"Horizontal Tab" control character, common name.
0x09
- $tilde → const int
-
Character '~'.
0x7E
- $U → const int
-
Character 'U'.
0x55
- $u → const int
-
Character 'u'.
0x75
- $underline → const int
-
Character '_'.
0x5F
- $underscore → const int
-
Character '_'.
0x5F
- $us → const int
-
"Unit Separator" control character.
0x1F
- $V → const int
-
Character 'V'.
0x56
- $v → const int
-
Character 'v'.
0x76
- $vt → const int
-
"Vertical Tab" control character.
0x0B
- $W → const int
-
Character 'W'.
0x57
- $w → const int
-
Character 'w'.
0x77
- $X → const int
-
Character 'X'.
0x58
- $x → const int
-
Character 'x'.
0x78
- $Y → const int
-
Character 'Y'.
0x59
- $y → const int
-
Character 'y'.
0x79
- $Z → const int
-
Character 'Z'.
0x5A
- $z → const int
-
Character 'z'.
0x7A