
30 Jan
2012
30 Jan
'12
1:43 p.m.
Hi Ion,
It would be great if we could support utf8 encoded file names on windows too.
I guess all it requires is a utility function that converts from utf8 to utf16 on windows. Such a function is avaiable in the windows API, and I can supply it.
There is function in Boost.Locale (header only) to convert any-utf-to-any-utf boost::locale::conv::utf_to_utf<wchar_t>(utf8_string) boost::locale::conv::utf_to_utf<char>(utfXX_string) See: http://www.boost.org/doc/libs/1_48_0/libs/locale/doc/html/group__codepage.ht... +1 for proposal Artyom