Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6373 - Invalid UNICODE character value

6373   Invalid UNICODE character value

Cause

This error occurs if a StringUtf8 literal contains a hexadecimal value that does not correspond to a valid Unicode code point (character). Refer to the "The Unicode Standard (version 4.1)", which you can download from http://www.unicode.org.

Action

Correct the literal value.