iso8859.invalid-code-point

catch name

Library: ISO/IEC 8859 (OMFF8859)
Import : omff8859.xmd

Declaration
export catch invalid-code-point value integer code-point
      

Argument definitions

code-point
the code point that triggered the exception


Purpose

The iso8859.invalid-code-point exception is triggered when the function iso8859.writer encounters a UTF-8 byte sequence that cannot be converted to a legal ISO/IEC 8859 code point for the chosen encoding. This indicates that the chosen encoding cannot represent the character being encoded.

Usage Note

To be able to catch iso8859.invalid-code-point, you must import OMFF8859 into your program using an import declaration such as:

  import "omff8859.xmd" prefixed by iso8859.

Other Library Functions