-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
UTF-8/Unicode error #982
Copy link
Copy link
Closed
Labels
platform: visual studiorelated to MSVCrelated to MSVC
Description
Activity
Metadata
Metadata
Assignees
Labels
platform: visual studiorelated to MSVCrelated to MSVC
I have some problems with parsing UTF-8
Here is my code
I think I should get output like :
but I only get:
If I do
auto temp = j1["name"].get<std::string>();temp will have Invalid character in string.Are there anyone could help me to fix it?