named-char
<named-char> ::= | One of the following characters: |
Null (&h00) | |
Bell (&h07) | |
Backspace (&h08) | |
CharacterTabulation or Tab (&h09) | |
LineFeed or NewLine (&h0A) | |
LineTabulation (&h0B) | |
FormFeed (&h0C) | |
CarriageReturn or Return (&h0D) | |
Escape (&h1B) | |
QuotationMark (&h3F) | |
LeftCurlyBracket or LeftBrace (&h7B) | |
RightCurlyBracket or RightBrace (&h7D) | |
Delete (&h7F) |
Named characters use the ISO 1064 naming convention for characters. Convenience names for some characters are also defined.