8 #ifndef BOTAN_CHARSET_H_
9 #define BOTAN_CHARSET_H_
11 #include <botan/types.h>
61 BOTAN_DEPRECATED(
"Avoid. See comment in header.")
#define BOTAN_UNSTABLE_API
std::string transcode(const std::string &str, Character_Set to, Character_Set from)
std::string ucs4_to_utf8(const uint8_t ucs4[], size_t len)
uint8_t char2digit(char c)
#define BOTAN_PUBLIC_API(maj, min)
std::string utf8_to_latin1(const std::string &utf8)
std::string ucs2_to_utf8(const uint8_t ucs2[], size_t len)
bool caseless_cmp(char a, char b)
char digit2char(uint8_t b)
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)