mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-28 03:20:10 +01:00
We had already fixed Value to hold UTF-8 properly, but only the newer StreamWriter was writing UTF-8 properly. Old FasterWriter etc. were using asCString() instead of asString() in Value::writeValue(). Hopefully this change does not break any existing code. Seems unlikely. issue #240