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

Issue 440032: Disable the replacement of U+005C (backslash) with Yen sign in documents enco... (Closed)

Created:
11 years ago by jungshik at Google
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Disable the replacement of U+005C (backslash) with Yen sign in documents encoded in Japanese encodings. This is for the 249 branch. Note that this fork gets much smaller because the upstream kinda accepted my proposal to fix http://crbug.com/3799 (Compare this with http://codereview.chromium.org/174528). BUG=9696 TEST=1. Go to any EUC-JP/Shift_JIS encoded web pages with backslash (e.g. LaTeX source, C/C++/Perl/Python source pages with character ecapes, CSS stylesheets with character escape, etc) and copy'n'paste a code snippet to oher programs. Backslashs should remain intact instead of being turned to Yen signs. One webkit layout test fails as a result because the upstream has a test for this, but it shouldn't matter) TBR=laforge Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33171

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M third_party/WebKit/WebCore/platform/text/TextEncoding.cpp View 2 chunks +6 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698