Skip to main content

Mojo module

codepoint

Unicode codepoint handling.

This module provides the Codepoint type for representing single Unicode scalar values. A codepoint represents a single Unicode character, restricted to valid Unicode scalar values in the ranges 0 to 0xD7FF and 0xE000 to 0x10FFFF inclusive.

Structs

  • Codepoint: A Unicode codepoint, typically a single user-recognizable character; restricted to valid Unicode scalar values.

Was this page helpful?