Is 32-bit Extended Character for UTF-32 String Encoding? I want to do this via You will not be able to do it on multiple platforms with Instead you need to go to std :: wstring , which is showing me the size of an extended character which is 16 bit on the Windows platform.
std :: wstring Because there will be 16 bit elements in it.
std :: basic_string & lt; Char32_t & gt; , but this requires a compiler with some C + 0x support.
Comments
Post a Comment