-
Notifications
You must be signed in to change notification settings - Fork 808
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
pjson not show Chinese #277
Comments
I have the same problem |
I have the same issues |
I have the same problem |
2 similar comments
I have the same problem |
I have the same problem |
I have the same issues. |
I have the same problem |
This issue seems to have returned to normal on Chisel 2.0.1 and Xcode 14.3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pjson not show Chinese. Show ""
NSDictionary *name = @{@"1":@"你好",@"2":@"中国"};
pjson name
{
"1" : "",
"2" : ""
}
The text was updated successfully, but these errors were encountered: