Closed berkus closed 9 years ago
Nice patch, thanks :) I cannot wait for boost release so I plan to use it just now
Beware that property_tree doesn't use proper unicode deserialization either and may fail.
Thanks for the caution, but deserialization works well with the used unicode subset (unlike serialization)
Pulled into develop branch with a fix for MSVC, which really doesn't handle non-ASCII characters in narrow string literals well. Thank you for the patches.
Signed entity used for byte comparison, which fails for signed char. Due to this JSON serialization spits \uXXXX monstrosity instead of proper UTF-8.