std::string_view encoded_string_view_type
The encoded string view type.
Definition cp932.hpp:37
std::string encoded_string_type
The encoded string type.
Definition cp932.hpp:34
std::string_view string_view_type
The string view type.
Definition cp932.hpp:31
encoded_string_type encode(const string_view_type &utf8) const
Encodes a UTF-8 string to this encoding.
static const cp932 & instance()
Returns the instance.
string_type decode(const encoded_string_view_type &string_) const
Decodes a string in this encoding to UTF-8.