12 Jun
2017
12 Jun
'17
2:54 p.m.
On Mon, Jun 12, 2017 at 3:57 PM, Peter Dimov via Boost
Documentation: http://cppcms.com/files/nowide/html
Question: what do the functions do (on Windows) when the passed UTF-8 is invalid? From a brief look at the documentation, I don't see this specified, but I may have missed it.
It is documented in reference documentation. http://cppcms.com/files/nowide/html/namespaceboost_1_1nowide.html#a6644397c5... fopen/ifstream etc - would fail in usual way these functions fail - fail to open file. widen/narrow will return null or throw boost::locale::conv::conversion_error depending on function. Artyom