Botan
1.10.9
|
#include <botan/types.h>
#include <string>
Go to the source code of this file.
Namespaces | |
Botan | |
Botan::Charset | |
Enumerations | |
enum | Botan::Character_Set { Botan::LOCAL_CHARSET, Botan::UCS2_CHARSET, Botan::UTF8_CHARSET, Botan::LATIN1_CHARSET } |
Functions | |
bool | Botan::Charset::caseless_cmp (char a, char b) |
byte | Botan::Charset::char2digit (char c) |
char | Botan::Charset::digit2char (byte b) |
bool | Botan::Charset::is_digit (char c) |
bool | Botan::Charset::is_space (char c) |
std::string | Botan::Charset::transcode (const std::string &str, Character_Set to, Character_Set from) |