Expand description

The UTF-16 module manipulates UTF-16 data.

Structs

  • A very basic wrapper for UTF-16 encoded data.

Functions

  • Tells if two Unicode code-points can be next two another or if there could be an ambiguity when two unpaired surrogate are next two another. If the input text is proper Unicode, this should never happen. Doing so ensure that the text can be safely used as UTF-16.