Browse Source

Turns out JSON doesn't allow \0 as an escape sequence. Also, don't rely on is_print for figuring out which characters to escape, but instead follow the spec. Fixes bug 3827.

[SVN r59738]
Sebastian Redl 16 years ago
parent
commit
d498c5f2e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/property_tree

+ 1 - 1
libs/property_tree

@@ -1 +1 @@
-Subproject commit bfd8cbb385490c3da2ea5cbeb1b0a9823a6e9fd7
+Subproject commit 935a6567e29e65ffe15eac63d7e65773272695ab

粤ICP备19079148号