Boost C++ Libraries: Ticket #6621: Add support for unicode file names https://svn.boost.org/trac10/ticket/6621 <p> It`s a common task to mmap a file with Unicode name. Currently such operations on Windows require renaming files, and only after that mmaping them, which is not a very nice solution. Better solution would be to use widechar versions of WinAPI and allow widechar filenames. </p> <p> boost::filesystem::path may help in some cases, as it already provides conversions for different encodings and allows to make less functions overloads. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6621 Trac 1.4.3 Antony Polukhin Sun, 26 Feb 2012 20:15:32 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6621#comment:1 https://svn.boost.org/trac10/ticket/6621#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> Sorry, this ticket is a duplicate for <a class="new ticket" href="https://svn.boost.org/trac10/ticket/5992" title="#5992: Feature Requests: opening wide character string paths in memory-mapped file (new)">#5992</a> <br /> By the way, boost::iostreams already has a mmap with Unicode support </p> Ticket