|
OpenMW
|
Classes | |
| class | Utf8Encoder |
Enumerations | |
| enum | FromType { WINDOWS_1250, WINDOWS_1251, WINDOWS_1252, CP437 } |
Functions | |
| FromType | calculateEncoding (const std::string &encodingName) |
| std::string | encodingUsingMessage (const std::string &encodingName) |
Variables | |
| static signed char | windows_1250 [] |
| static signed char | windows_1251 [] |
| static signed char | windows_1252 [] |
| Latin alphabet used by English and some other Western languages. More... | |
| static signed char | cp437 [] |
| enum ToUTF8::FromType |
| ToUTF8::FromType ToUTF8::calculateEncoding | ( | const std::string & | encodingName | ) |
| std::string ToUTF8::encodingUsingMessage | ( | const std::string & | encodingName | ) |
|
static |
|
static |
Central European and Eastern European languages that use Latin script, such as Polish, Czech, Slovak, Hungarian, Slovene, Bosnian, Croatian, Serbian (Latin script), Romanian and Albanian.
|
static |
Cyrillic alphabet such as Russian, Bulgarian, Serbian Cyrillic and other languages
|
static |
Latin alphabet used by English and some other Western languages.
1.8.6