utf8.overlong-sequence

catch name

Library: UTF-8 (OMUTF8)
Import : omutf8.xmd

Declaration
export catch overlong-sequence value string sequence

Argument definitions

sequence
The overlong sequence that triggered the exception.


Purpose

The utf8.overlong-sequence exception is triggered when a function of the OMUTF8 library encounters an overlong UTF-8 encoding of a Unicode code point.

Usage Note

To use utf8.overlong-sequence, you must import OMUTF8 into your program using an import declaration such as:

  import "omutf8.xmd" prefixed by utf8.

Related Topics