Boost C++ Libraries: Ticket #1682: path_traits needs imbue() https://svn.boost.org/trac10/ticket/1682 <p> Alexei Alexandrov writes: </p> <p> Currently filesystem::path_traits doesn't have imbue() method while wpath_traits has. Thus, there is explicit assumption that external and internal encodings for path are the same. </p> <p> But this is not true sometimes. For example, currently it doesn't seem to be possible to use filesystem::path conveniently on Linux in cases when internal encoding of the application is UTF-8 while system encoding might differ from UTF-8 (GB2312, for example). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1682 Trac 1.4.3 Marshall Clow Tue, 18 Mar 2008 16:29:38 GMT component changed; owner set https://svn.boost.org/trac10/ticket/1682#comment:1 https://svn.boost.org/trac10/ticket/1682#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Beman Dawes</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">filesystem</span> </li> </ul> Ticket Beman Dawes Tue, 29 Jun 2010 11:57:53 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1682#comment:2 https://svn.boost.org/trac10/ticket/1682#comment:2 <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">wontfix</span> </li> </ul> <p> Version 3 is a better solution for internationalization issues. </p> <p> Please give version 3 a try when 1.44 ships. </p> <p> Thanks, </p> <p> --Beman </p> Ticket