8#ifndef BOTAN_CHARSET_H_
9#define BOTAN_CHARSET_H_
11#include <botan/types.h>
61 BOTAN_DEPRECATED(
"Avoid. See comment in header.")
62 transcode(
const std::string& str,
#define BOTAN_PUBLIC_API(maj, min)
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)
#define BOTAN_UNSTABLE_API
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)