1 #ifndef INCLUDED_U5E_UTF8_STRING 2 #define INCLUDED_U5E_UTF8_STRING 4 #include <u5e/basic_encodedstring.hpp> 5 #include <u5e/utf8_iterator.hpp> 6 #include <u5e/utf8.hpp>
Encoding type for UTF8 text. Unlike UTF16 and UTF32, UTF8 is endian independent.
basic encoding support over string-like objects.
basic_encodedstring< utf8, std::string > utf8_string
A basic_encodedstring of utf8 and std::string.