Struct UTF8Mapper

Struct Documentation

struct UTF8Mapper

Public Functions

UTF8Mapper()
char32_t toUpperOrLower(char32_t c, bool toLower) const

Public Members

std::map<char32_t, char32_t> toUpperMap
std::map<char32_t, char32_t> toLowerMap