3.2.1. Character sets and identifiers

The following points apply to the character sets and identifiers expected by the compilers:

The properties of the execution character set are target-specific. The ARM C and C++ libraries support the ISO 8859-1 (Latin-1 Alphabet) character set, so the following points are valid:

The character escape codes are shown in Table 3.2.

Table 3.2. Escape codes

Escape sequenceChar valueDescription
\a 7Attention (bell)
\b 8Backspace
\f 9Form feed
\n10New line
\r11Carriage return
\t12Tab
\v13Vertical tab
\xnn0xnnASCII code in hexadecimal
\nnn0nnnASCII code in octal
Copyright © 1997, 1998 ARM Limited. All rights reserved.ARM DUI 0041C