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

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

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