|
Boost.Nowide
|
| This namespace includes implementation of the standard library functios such that they accept UTF-8 strings on Windows. On other platforms it is just an alias of std namespace (i.e. not on Windows) | |
| Args is a class that fixes standard main() function arguments and changes them to UTF-8 under Microsoft Windows | |
| This forward declaration defined the basic_filebuf type | |
| This is implementation of std::filebuf | |
| Same as std::basic_ifstream<char> but accepts UTF-8 strings under Windows | |
| Same as std::basic_ofstream<char> but accepts UTF-8 strings under Windows | |
| Same as std::basic_fstream<char> but accepts UTF-8 strings under Windows | |
| A class that allows to create a temporary wide or narrow UTF strings from wide or narrow UTF source | |
1.8.5