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

json Utf8 behavior #964

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from
Open

json Utf8 behavior #964

wants to merge 3 commits into from

Commits on Sep 22, 2013

  1. json encoding test

    yanick committed Sep 22, 2013
    Copy the full SHA
    eeccedf View commit details
    Browse the repository at this point in the history
  2. encode/decode as binary utf8

    Deals with the funny stuff seen in #771.
    
    The documentation should also make clear what we do turn on the
    utf8 flag on by default.
    
    We should also make sure this doesn't
    break other stuff at a distance -- I'm quite weary of the
    comment in 'serialize' that we don't utf8 the thing there
    because it's done "later on"...
    yanick committed Sep 22, 2013
    Copy the full SHA
    18c5517 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cb0dbc7 View commit details
    Browse the repository at this point in the history