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

Fix Json parse problem with multibyte characters #512

Merged
merged 4 commits into from Sep 3, 2015

Conversation

davidbegin
Copy link
Collaborator

No description provided.

@davidbegin davidbegin force-pushed the fix-parse-json-by-byte branch 3 times, most recently from 40fe7ec to acc8fa2 Compare September 2, 2015 23:50
  it looks like this error was never actually defined, and no
  spec that calling this code path
  Ruby 1.9.2 does not support byteslice
  Ruby 1.8.7 does not support force_encoding

  forcing this code to branch for Ruby 1.9.2
  and convert the string to binary and then back to UTF-8
davidbegin added a commit that referenced this pull request Sep 3, 2015
Fix Json parse problem with multibyte characters
@davidbegin davidbegin merged commit d79dc88 into bblimke:master Sep 3, 2015
@davidbegin davidbegin deleted the fix-parse-json-by-byte branch September 6, 2015 00:27
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.

None yet

2 participants