Boost C++ Libraries: Ticket #10796: JSON writer incorrectly escapes UTF8 strings https://svn.boost.org/trac10/ticket/10796 <p> Consider a string s = "Šnipiškių". </p> <p> JSON writer stores "\u00C5\u00A0nipi\u00C5\u00A1ki\u00C5\u00B3", which is actually "Å nipiÅ¡kių". </p> <p> Expected behaviour: </p> <ol><li>UTF-8 strings properly escaped by boost::property_tree::write_json </li><li>boost::property_tree::read_json then reads EXACTLY the same UTF8 string. </li></ol><p> I.e., if the original ptree contained "Šnipiškių", the same string "Šnipiškių" must be read back by read_json. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10796 Trac 1.4.3