Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6378 - StringUtf8 literal entity name is unrecognised

6378   StringUtf8 literal entity name is unrecognised

This error occurs if you misspell a character entity in the definition of a StringUtf8 literal, as shown in the following code fragment example

str8 := @"Copyright &cpy;";    //  correct is   str8 := @"Copyright ©";

Action

Ensure that the character entity is spelled correctly.