Certain non-graphic characters, the single quote
', the double quote
",
the question mark
?,
and the backslash
\, can be represented according to
Table
9. The double quote
" and the question mark
?, can be
represented as themselves or by the escape sequences
\" and
\? respectively, but
the single quote
' and the backslash
\
shall be represented by the escape sequences
\' and
\\ respectively
. Escape sequences in
which the character following the backslash is not listed in
Table
9 are conditionally-supported, with
implementation-defined semantics
. An escape sequence specifies a single
character
.