Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6374 - StringUtf8 literal text incorrectly formatted

6374   StringUtf8 literal text incorrectly formatted

Cause

This error occurs if a StringUtf8 literal contains an invalid character entity. The entity format could be wrong (for example, a hexadecimal value could include non-hexadecimal characters) or the entity name could be unrecognized.

Action

Correct the literal value.