
19 Jan
2011
19 Jan
'11
6:01 p.m.
Artyom wrote:
How can we address STL problem and UTF-8? Simply?
Provide:
boost::basic_fstream boost::fopen boost::freopen boost::remove boost::rename
Which are using same std::* classes under Posix platform and UTF-8 aware implementations for Windows.
This is basically what I do as well, wrappers that on Windows translate UTF-8 into UTF-16 and call the corresponding _w* function.