Module icu::experimental::transliterate
source · Expand description
Transliteration
See Transliterator
.
Modules§
- 🚧 [Unstable] Data provider struct definitions for this ICU4X component.
Structs§
- A collection of transliteration rules.
- A provider that is usable by
Transliterator::try_new_unstable
. - A
Transliterator
allows transliteration based on UTS #35 transform rules, including overrides with custom implementations.
Traits§
- A type that supports transliteration. Used for overrides in
Transliterator
- seeTransliterator::try_new_with_override_unstable
.