| ERROR | unknown escape sequence |
| CAUSE | The precompiler found an escape sequence that it could not process inside a string literal. This error can arise when multibyte character strings that can contain shift-in or shift-out escape sequences are used. |
| ACTION | Correct the string representation. |