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

Fixed bug #6068. escape " with \ #6332

Closed
wants to merge 1 commit into from
Closed

Fixed bug #6068. escape " with \ #6332

wants to merge 1 commit into from

Conversation

xmrigiv
Copy link

@xmrigiv xmrigiv commented Sep 29, 2014

Possible solution for the bug #6068
json_decode require that quotes will be escaped(") however after conversion of " to " it will be unescaped.
As result ..."old "Käse""... will be converted to ..."old "Käse""... but it should be ..."old "Käse""

 json_decode require that quotes will be escaped(\") however after conversion of " to " it will be unescaped.
As Result ..."old "Käse""... will be converted to ..."old "Käse""... but it should be ..."old \"Käse\""
@mattab
Copy link
Member

mattab commented Oct 21, 2014

Thanks for the PR. We will fix the issue differently see #6068

@mattab mattab closed this Oct 21, 2014
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Oct 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants