Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1442 - StringUtf8 values containing surrogate characters are not supported

1442   StringUtf8 values containing surrogate characters are not supported

Cause

This error occurs if a source StringUtf8 value contains code points greater than U+FFFF. Primitive methods cannot handle a StringUtf8 character, which cannot be represented in native characters.

Action

Replace the characters causing the problem in the source UTF8 string value.