id summary reporter owner description type status milestone component version severity resolution keywords cc 13143 boost read_json throw exception when the json file has some gbk chinese charactor Li Da Sebastian Redl "there is a json file like this, without bom, use gbk code set. The boost::property_tree can parse it successfully in the majority. {{{ try { boost::property_tree::read_json(filename, tree); } catch (exception &e) { cerr << e.what() << endl; } }}} However, if the file has chinese character""历""(c0fa)or""繞""(c040), the property_tree will throw exception""invalid code sequence"" " Bugs new To Be Determined property_tree Boost 1.64.0 Problem