ifstream and unicode

Tech-Archive recommends: Fix windows errors by optimizing your registry



Dear All,

It seems that basic_ifstream<wchar_t> reads the file as char and translates
the input to wchar_t.

Is there a stream class that will read a file that contains unicode?

Regards,
Andrew


.