In C++, is it possible to read a UCS-2 encoded file into a char array and after that covert it to wide string, or do I have to read it into wchar array in the first place?
Thank you
In C++, is it possible to read a UCS-2 encoded file into a char array and after that covert it to wide string, or do I have to read it into wchar array in the first place?
Thank you