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