Expand description
Unicode Extensions provide a mechanism to extend the LanguageIdentifier with
additional bits of information.
There are four types of extensions:
- Unicode Extensions - marked as
u. - Transform Extensions - marked as
t. - Private Use Extensions - marked as
x. - Other extensions - marked as any
a-zexcept ofu,tandx.
Structs§
- Extensions
Map - A map of extensions associated with a given `Locale.
- Private
Extension List - A list of
Unicode Private Extensionsas defined inUnicode Locale Identifierspecification. - Transform
Extension List - A list of
Unicode BCP47 T Extensionsas defined inUnicode Locale Identifierspecification. - Unicode
Extension List - A list of
Unicode BCP47 U Extensionsas defined inUnicode Locale Identifierspecification.
Enums§
- Extension
Type - Defines the type of extension.