Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Issue 3336001: Make JSON.stringify not quote non-ASCII characters. Fix bug 855. (Closed)

Created:
10 years, 3 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
Rico
CC:
v8-dev
Visibility:
Public.

Description

Make JSON.stringify not quote non-ASCII characters. Fix bug 855. Committed: http://code.google.com/p/v8/source/detail?r=5398

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -9 lines) Patch
M src/json.js View 2 chunks +7 lines, -9 lines 0 comments Download
M test/mjsunit/json.js View 1 chunk +29 lines, -0 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
10 years, 3 months ago (2010-09-01 13:02:39 UTC) #1
Rico
10 years, 3 months ago (2010-09-01 14:48:20 UTC) #2
LGTM

http://codereview.chromium.org/3336001/diff/1/3
File test/mjsunit/json.js (right):

http://codereview.chromium.org/3336001/diff/1/3#newcode340
test/mjsunit/json.js:340: expected = "\\u000" + i.toString(16);
Indention off

http://codereview.chromium.org/3336001/diff/1/3#newcode342
test/mjsunit/json.js:342: expected = "\\u00" + i.toString(16);
Indention off

Powered by Google App Engine
This is Rietveld 408576698