Module unic_locale::extensions
source · 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-z
except ofu
,t
andx
.
Structs§
- A map of extensions associated with a given `Locale.
- A list of
Unicode Private Extensions
as defined inUnicode Locale Identifier
specification. - A list of
Unicode BCP47 T Extensions
as defined inUnicode Locale Identifier
specification. - A list of
Unicode BCP47 U Extensions
as defined inUnicode Locale Identifier
specification.
Enums§
- Defines the type of extension.