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.
"Hello World \uCCcC" // ^ Invalid character
How can I resolve this error?
Use the correct format (four uppercase hexadecimal chars.