I am trying to open a .txt file that is wholly Chinese. Can I use normal fopen/fclose procedures to it even though the stream would be 100% Unicode or are there ...
mihai wrote:[color=blue] > I need to open an file with an unicode name, and i cannot find an > proper way to do this.[/color] Try passing the return of c_str() from a wstring to open. It is not in the current standard but may be in future versions and may or may not be implemented in your environment.