Botan  2.1.0
Crypto and TLS for C++11
Namespaces | Enumerations | Functions
charset.h File Reference
#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)
 
uint8_t Botan::Charset::char2digit (char c)
 
char Botan::Charset::digit2char (uint8_t 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)