|
19.
|
|
|
\x used with no following hex digits
|
|
|
|
\x 後沒有十六進位數字
|
|
Translated by
趙惟倫
|
|
|
|
Located in
charset.c:1302
|
|
20.
|
|
|
hex escape sequence out of range
|
|
|
|
十六進位逸出序列越界
|
|
Translated by
趙惟倫
|
|
|
|
Located in
charset.cc:1433
|
|
21.
|
|
|
octal escape sequence out of range
|
|
|
|
八進位逸出序列越界
|
|
Translated by
趙惟倫
|
|
|
|
Located in
charset.c:1361
|
|
22.
|
|
|
the meaning of '\a' is different in traditional C
|
|
|
|
「\a」的意義與在傳統 C 中不同
|
|
Translated by
趙惟倫
|
|
|
|
Located in
charset.c:1443
|
|
23.
|
|
|
non-ISO-standard escape sequence, '\%c '
|
|
|
|
非 ISO 標準的逸出序列,「\%c 」
|
|
Translated by
趙惟倫
|
|
|
|
Located in
charset.c:1450
|
|
24.
|
|
|
unknown escape sequence: '\%c '
|
|
|
|
不明的逸出序列:『\%c 』
|
|
Translated by
趙惟倫
|
|
|
|
Located in
charset.c:1458
|
|
25.
|
|
|
unknown escape sequence: '\%s '
|
|
|
|
不明的逸出序列:「\%s 」
|
|
Translated by
趙惟倫
|
|
|
|
Located in
charset.c:1466
|
|
26.
|
|
|
converting escape sequence to execution character set
|
|
|
|
將逸出序列轉換到執行字元集
|
|
Translated by
趙惟倫
|
|
|
|
Located in
charset.c:1474
|
|
27.
|
|
|
character constant too long for its type
|
|
|
|
字元常數大小超出其類型
|
|
Translated by
趙惟倫
|
|
|
|
Located in
charset.c:1827
charset.c:1891
|
|
28.
|
|
|
multi-character character constant
|
|
|
|
多位元組字元常數
|
|
Translated by
趙惟倫
|
|
|
|
Located in
charset.c:1830
|