Functionsยง
- from_
utf8_ unchecked - next_
back_ char - reads the last code point out of a byte iterator (assuming a UTF-8-like encoding).
- next_
char - utf8_
is_ cont_ byte - checks whether the byte is a UTF-8 continuation byte (i.e., starts with the
bits
10
).