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_PUBLIC_API(maj, min)
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)
#define BOTAN_UNSTABLE_API
std::string transcode(const std::string &str, Character_Set to, Character_Set from)
bool caseless_cmp(char a, char b)
uint8_t char2digit(char c)
char digit2char(uint8_t b)
std::string ucs4_to_utf8(const uint8_t ucs4[], size_t len)
std::string ucs2_to_utf8(const uint8_t ucs2[], size_t len)
std::string utf8_to_latin1(const std::string &utf8)