Expand description
This module contains the types that are part of the API for setting the options for the collator.
Structsยง
- Collator
Options - Options settable by the user of the API.
- Collator
Options ๐BitField - Resolved
Collator Options - The resolved (actually used) options used by the collator.
Enumsยง
- Alternate
Handling - What to do about characters whose comparison level can be varied dynamically.
- Case
Level - Whether to distinguish case in sorting, even for sorting levels higher than tertiary, without having to use tertiary level just to enable case level differences.
- MaxVariable
- What characters get shifted to the quaternary level
with
AlternateHandling::Shifted. - Strength
- The collation strength that indicates how many levels to compare. The primary level considers base letters, i.e. โaโ and โbโ are unequal but โEโ and โรฉโ are equal, with further levels dealing with distinctions such as accents and case.