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

Use UTF-8 for JSON #95

Open
Huulivoide opened this issue Jun 17, 2019 · 1 comment
Open

Use UTF-8 for JSON #95

Huulivoide opened this issue Jun 17, 2019 · 1 comment

Comments

@Huulivoide
Copy link

The year is 2019, those refusing to use anything but ASCII should be the one to suffer, not the 99% of people whose systems are able to handle UTF-8. So instead of escaping all non ASCII characters on the data, they really should be just in plain, pretty, readable UTF-8.

One might also consider pretty printing the json data.

@umpirsky
Copy link
Owner

Note to myself, this can be achieved with JSON_UNESCAPED_UNICODE.

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

2 participants