Forum: C++ Dec 9th, 2005 |
| Replies: 6 Views: 10,889 But i got to know that wifstream/wistream uses wchar_t whiich is of 2 byte in windows system. Now the problem is that if the unicode character is more than 2 bytes (surrogates) then it is not... |
Forum: C++ Dec 8th, 2005 |
| Replies: 6 Views: 10,889 thank you Ancient ..for providing the link, but its not enough..there is no clear idea about conversion..
this time i am trying use wistream...i willl read byte by byte......... and after getting ... |
Forum: C++ Dec 7th, 2005 |
| Replies: 6 Views: 10,889 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... |