Boost C++ Libraries: Ticket #8776: Encode tabs as \t in property_tree JSON writer https://svn.boost.org/trac10/ticket/8776 <p> Strings containing tabs (\t) are written as \u0009 in the JSON output (see create_escapes() in json_parser_write.hpp). The reader on the other hand would understand \t just fine. This looks like a simple oversight in create_escapes(). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8776 Trac 1.4.3 Sebastian Redl Fri, 20 Dec 2013 13:18:51 GMT status changed https://svn.boost.org/trac10/ticket/8776#comment:1 https://svn.boost.org/trac10/ticket/8776#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Fixed in develop as a46e571. </p> Ticket Sebastian Redl Mon, 10 Feb 2014 14:54:04 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8776#comment:2 https://svn.boost.org/trac10/ticket/8776#comment:2 <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> Merged to master in e6958d6. </p> Ticket