Hi All,
Currently I am doing one project related to unicode file reading & writing. I got my result using CFile & using WcharToMultibyte,MultiByteToWchar conversion functions. But I have a doubt whether those functions work fine if the unichar is more than 2 bytes.
Now I want to read the file(UTF8,16(BE),16(LE)) using wifstream..
Can anyone help me???