Skip to content
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

Write JSON with all Unicode character escaped #69

Closed
miloyip opened this issue Jul 13, 2014 · 1 comment
Closed

Write JSON with all Unicode character escaped #69

miloyip opened this issue Jul 13, 2014 · 1 comment

Comments

@miloyip
Copy link
Collaborator

miloyip commented Jul 13, 2014

Original upstream issue https://code.google.com/p/rapidjson/issues/detail?id=40

By escaping all Unicode characters (U+0080 and above) in JSON string into escaped character sequence ("\u0080" and others), the output are in ASCII encoding.

This may be useful when some (external) applications can only deal with ASCII encoding.

@miloyip
Copy link
Collaborator Author

miloyip commented Jul 15, 2014

Resolved in pull request #70

@miloyip miloyip closed this as completed Jul 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant