8#ifndef BOTAN_CHARSET_H_
9#define BOTAN_CHARSET_H_
11#include <botan/types.h>
std::string format_char_for_display(char c)
std::string ucs2_to_utf8(const uint8_t ucs2[], size_t len)
std::string latin1_to_utf8(const uint8_t chars[], size_t len)
std::string ucs4_to_utf8(const uint8_t ucs4[], size_t len)