This class mainly serves as a container for a largish table of the subset of the Unicode character set that corresponds to the Latin alphabet, with its various accent marks and so on. More...
#include "unicodeLatinMap.h"
Classes | |
class | Entry |
Static Public Member Functions | |
static wchar_t | get_combining_accent (AccentType accent) |
Returns the unicode code point for the combining character corresponding with the given accent type, or 0 if none is recorded. More... | |
static const Entry * | look_up (char32_t character) |
Returns the Entry associated with the indicated character, if there is one. More... | |
This class mainly serves as a container for a largish table of the subset of the Unicode character set that corresponds to the Latin alphabet, with its various accent marks and so on.
Specifically, this table indicates how to map between the Unicode accented character and the corresponding ASCII equivalent without the accent mark; as well as how to switch case from upper to lower while retaining the Unicode accent marks.
Definition at line 28 of file unicodeLatinMap.h.
|
static |
Returns the unicode code point for the combining character corresponding with the given accent type, or 0 if none is recorded.
Definition at line 1404 of file unicodeLatinMap.cxx.
|
static |
Returns the Entry associated with the indicated character, if there is one.
Definition at line 1381 of file unicodeLatinMap.cxx.
Referenced by TextEncoder::encode_wchar(), TextEncoder::get_wtext_as_ascii(), TextEncoder::unicode_isalpha(), TextEncoder::unicode_isdigit(), TextEncoder::unicode_islower(), TextEncoder::unicode_ispunct(), TextEncoder::unicode_isupper(), TextEncoder::unicode_tolower(), and TextEncoder::unicode_toupper().