Boost C++ Libraries: Ticket #11038: filesystem_error exception uses wrong encoding for what() https://svn.boost.org/trac10/ticket/11038 <p> If one tries to access locked file on Windows with RU_ru locale, he'll get an exception with "отказано в доступе" (access denied) returned by its what() method. It's written in 1251 encoding, and it's very inconvenient to work with. I think, that there should be at least wwhat() method to get wstring of exception in Unicode. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11038 Trac 1.4.3 Beman Dawes Thu, 10 Sep 2015 12:59:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11038#comment:1 https://svn.boost.org/trac10/ticket/11038#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> Duplicate of <a class="new ticket" href="https://svn.boost.org/trac10/ticket/11039" title="#11039: Feature Requests: filesystem_error exception uses wrong encoding for what() (new)">#11039</a> </p> Ticket