-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Does it support chinese character? #1022
Copy link
Copy link
Closed
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
I try to input some chinese characters, the application is crashed. The code as following below:
json j;
j["chinese"] = "中文";
string s = j.dump();
cout << s.c_str() << endl;
Can you tell me how to make it works?