-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unicode strings #878
Comments
I do not understand the question. The library only supports UTF-8. If you mean this with "Unicode", then everything should be fine. If not, could you please provide example code and the respective error message? |
Setting of my VC Project in Character Set is "Use Unicode Character Set"
this assigned has error |
The library stores strings as |
CString or std::wstring . both has error. json.hpp(1384): error C2100: illegal indirection |
Maybe helpful: https://stackoverflow.com/a/258052/266378 |
As I wrote before: the library stores strings as |
Thanks so much for your online response |
I added an FAQ entry: https://json.nlohmann.me/home/faq/#wide-string-handling |
I have unicode strings in my json . some values are unicode .
Now, how do I change the json class (json.hpp) for my project?
My Project is in VS 2015.
The text was updated successfully, but these errors were encountered: