Provides standard types for representing UTF-8 strings.
char32_t utf8_str[] = U"\u0123";
char16_t utf8_str[] = u"\u0123";
C++11
Provides standard types for representing UTF-8 strings.
char32_t utf8_str[] = U"\u0123";
char16_t utf8_str[] = u"\u0123";