Module scalar

Source
Expand description

Module for Unicode scalar values

Traits§

InfraScalarValue
Methods from the WHATWG Infra Standard for Unicode codepoints

Functions§

is_ascii_tab_newline
Checks if a codepoint is equivalent to one of three ASCII whitespace codepoints
is_c0_control
Checks if a character is a C0 control, as originally defined by the ANSI X3.4 standard, and redefined by the WHATWG Infra Standard.
is_c0_control_space
Checks if a character is a C0 control or space (U+0020 SPACE).
is_noncharacter
Asserts a codepoint is a “noncharacter” based on a certain range of Unicode codepoints.