tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

Unicode conversion: Remove use of <codecvt> and Boost.Locale for hand… #101

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

…rolled code.

It would be great if this was part of C++ Standard Library.