Expand description
Everything related to Unicode lives here.
Structs§
- Cursor
- Stores a position inside a
ReadableDocument. - Measurement
Config - Your entrypoint to navigating inside a
ReadableDocument. - Utf8
Chars - An iterator over UTF-8 encoded characters.
Functions§
- setup_
ambiguous_ width - Sets the width of “ambiguous” width characters as per “UAX #11: East Asian Width”.
- skip_
newline - Returns an offset past a newline.
- strip_
newline - Strips a trailing newline from the given text.