Re-exports§
pub use unicode_normalization;
Modules§
Structs§
- Categorize
- Isolate
Unassigned - An iterator which inserts CGJ around unassigned scalar values.
Enums§
- Basic
Text Error - An invalid Unicode scalar value sequence.
Traits§
- PreNormalization
- An extension crate providing iterator transforms useful before normalization.
Functions§
- check_
basic_ text_ char - Test whether the given Unicode scalar value is valid in a Basic Text string.
- is_
basic_ text - Test whether
s
is a valid string in Basic Text. - is_
basic_ text_ end - Test whether
c
is a valid end value for a string in Basic Text. - is_
basic_ text_ start - Test whether
c
is a valid start value for a string in Basic Text. - is_
basic_ text_ substr - Test whether
s
is a valid string in Basic Text. - is_
basic_ text_ substr_ quick - Test whether
s
is a valid string in Basic Text quickly, in a way that may returnNone
if it can’t be determined quickly. - replace