This is an old revision of the document!
Invalid unicode escape sequence character "{0}" (AJTERR10032)
Product(s) | Karo.NET Compiler |
---|
Description
One of the 4 characters after the '\u
' escape sequence is in a wrong format.
<code> “Hello World \uCCcC” ^ Invalid character ===== How can I resolve this error? ===== Use the correct format (four uppercase hexadecimal chars.