utf8rewind  1.5.2
System library for processing UTF-8 encoded text
Locales

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...
 

Detailed Description

Values used by functions that change behavior based on the input locale.

Macro Definition Documentation

◆ UTF8_LOCALE_DEFAULT

#define UTF8_LOCALE_DEFAULT   0

Used for text unaffected by changes in locale.

◆ UTF8_LOCALE_LITHUANIAN

#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.

◆ UTF8_LOCALE_TURKISH_AND_AZERI_LATIN

#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.

◆ UTF8_LOCALE_MAXIMUM

#define UTF8_LOCALE_MAXIMUM   3

Terminal value for locales. Valid locales do not exceed this value.