Classes | |
| class | Converter |
| class | Parser |
| class | Table |
Functions | |
| string_type | ansi_to_unicode (const cstring_type &ansi) |
| cstring_type | unicode_to_ansi (const string_type &unicode) |
| wstring_type | to_unicode (const string_type &str) |
| cstring_type | to_ansi (const string_type &str) |
| string_type | from_unicode (const wstring_type &str) |
| string_type | from_ansi (const cstring_type &str) |
| string_type cl7::strings::ansi_to_unicode | ( | const cstring_type & | ansi | ) | [inline] |
Converts a character string (UTF-8) to a wide character string (UTF-16).
| string_type cl7::strings::from_ansi | ( | const cstring_type & | str | ) | [inline] |
Converts a character string (UTF-8) to a "default" string, if necessary.
| string_type cl7::strings::from_unicode | ( | const wstring_type & | str | ) | [inline] |
Converts a wide character string (UTF-16) to a "default" string, if necessary.
| cstring_type cl7::strings::to_ansi | ( | const string_type & | str | ) | [inline] |
Converts a "default" string to a character string (UTF-8), if necessary.
| wstring_type cl7::strings::to_unicode | ( | const string_type & | str | ) | [inline] |
Converts a "default" string to a wide character string (UTF-16), if necessary.
| cstring_type cl7::strings::unicode_to_ansi | ( | const string_type & | unicode | ) | [inline] |
Converts a wide character string (UTF-16) to a character string (UTF-8).
1.7.1