Hello wstring travaille comme string, mais supporte UTF8 etc... C++20 
introduces the char8_t portable character type (UTF-8 encoded 8-bit Unicode). 
In C++20, u8 literal prefixes specify characters or strings of char8_t instead 
of char

Reply via email to