Boost C++ Libraries: Ticket #5056: Support wide paths in Quickbook https://svn.boost.org/trac10/ticket/5056 <p> See <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5055" title="#5055: Bugs: Quickbook (Trunk) Windows Compile Errors (closed: fixed)">#5055</a>. Will also need to convert the path to UTF-8 for the <span class="underline">FILENAME</span> macro. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5056 Trac 1.4.3 Daniel James Mon, 10 Jan 2011 08:27:22 GMT status changed https://svn.boost.org/trac10/ticket/5056#comment:1 https://svn.boost.org/trac10/ticket/5056#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> That's UTF-8 for the <code>__FILENAME__</code> macro. </p> Ticket Daniel James Sun, 27 Feb 2011 08:31:36 GMT milestone changed https://svn.boost.org/trac10/ticket/5056#comment:2 https://svn.boost.org/trac10/ticket/5056#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.47.0</span> </li> </ul> Ticket anonymous Mon, 16 May 2011 21:56:16 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5056#comment:3 https://svn.boost.org/trac10/ticket/5056#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Almost complete support in the release branch now. Only problem is writing out filenames in error messages and warnings. Does work under certain circumstances (e.g. compiled with a recent Visual C++ and run from the terminal, or when output to a compatible code page) but a general solution doesn't seem possible. So marking this fixed. </p> Ticket