Values used by functions that change behavior based on the input locale. More...
Macros | |
#define | UTF8_LOCALE_DEFAULT 0 |
Used for text unaffected by changes in locale. More... | |
#define | UTF8_LOCALE_LITHUANIAN 1 |
Changes behavior of the case mapping implementation when processing specific code points. For more information, see here: ftp://ftp.unicode.org/Public/UNIDATA/SpecialCasing.txt. More... | |
#define | UTF8_LOCALE_TURKISH_AND_AZERI_LATIN 2 |
Changes behavior of the case mapping implementation when processing specific code points. For more information, see here: ftp://ftp.unicode.org/Public/UNIDATA/SpecialCasing.txt. More... | |
#define | UTF8_LOCALE_MAXIMUM 3 |
Terminal value for locales. Valid locales do not exceed this value. More... | |
Values used by functions that change behavior based on the input locale.
#define UTF8_LOCALE_DEFAULT 0 |
Used for text unaffected by changes in locale.
#define UTF8_LOCALE_LITHUANIAN 1 |
Changes behavior of the case mapping implementation when processing specific code points. For more information, see here: ftp://ftp.unicode.org/Public/UNIDATA/SpecialCasing.txt.
#define UTF8_LOCALE_TURKISH_AND_AZERI_LATIN 2 |
Changes behavior of the case mapping implementation when processing specific code points. For more information, see here: ftp://ftp.unicode.org/Public/UNIDATA/SpecialCasing.txt.
#define UTF8_LOCALE_MAXIMUM 3 |
Terminal value for locales. Valid locales do not exceed this value.