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

encode multibyte Unicode characters unescaped + don't escape slashes, if... #1146

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

slkwrm
Copy link

@slkwrm slkwrm commented May 4, 2015

... supported

Here we go)

@ryancramerdesign
Copy link
Owner

I think that the JSON_PRETTY_PRINT is backwards compatible, but the others are not (?). My concern was that if we used unescaped utf8 or unescaped slashes on a PHP 5.4+ install, and migrated files to a PHP 5.3 install, that it would have issues with json_decode(). I could be wrong, I guess I need to track down a 5.3 installation and test it out before making that assumption. :)

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

Successfully merging this pull request may close these issues.

2 participants