Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1437 - UNICODE codepoints greater than U+FFFF not supported

1437   UNICODE codepoints greater than U+FFFF not supported

Cause

This error occurs if you attempt to convert a UTF8 string that contains code points greater than U+FFFF to a native JADE String or Character type. Code points greater than U+FFFF can be represented only using surrogate characters, which are not currently supported.

Action

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