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

Issue 23224014: Add Latin-1 converters to convert library. (Closed)

Created:
7 years, 4 months ago by Lasse Reichstein Nielsen
Modified:
7 years, 4 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add Latin-1 converters to convert library. I plan to modify this to a generic version and make Ascii and Latin1 special cases that only differ in the mask (0x7f vs 0xff), or maybe a few other cases. R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=26508

Patch Set 1 #

Total comments: 18
Unified diffs Side-by-side diffs Delta from patch set Stats (+386 lines, -1 line) Patch
M sdk/lib/convert/convert.dart View 2 chunks +2 lines, -1 line 0 comments Download
M sdk/lib/convert/convert_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A sdk/lib/convert/latin1.dart View 1 chunk +262 lines, -0 lines 16 comments Download
A tests/lib/convert/latin1_test.dart View 1 chunk +121 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein Nielsen
7 years, 4 months ago (2013-08-21 12:57:22 UTC) #1
floitsch
LGTM. https://codereview.chromium.org/23224014/diff/1/sdk/lib/convert/latin1.dart File sdk/lib/convert/latin1.dart (right): https://codereview.chromium.org/23224014/diff/1/sdk/lib/convert/latin1.dart#newcode31 sdk/lib/convert/latin1.dart:31: * returned by [decoder] will default ti allowing ...
7 years, 4 months ago (2013-08-21 14:07:33 UTC) #2
Lasse Reichstein Nielsen
https://codereview.chromium.org/23224014/diff/1/sdk/lib/convert/latin1.dart File sdk/lib/convert/latin1.dart (right): https://codereview.chromium.org/23224014/diff/1/sdk/lib/convert/latin1.dart#newcode31 sdk/lib/convert/latin1.dart:31: * returned by [decoder] will default ti allowing invalid ...
7 years, 4 months ago (2013-08-22 08:28:37 UTC) #3
Lasse Reichstein Nielsen
7 years, 4 months ago (2013-08-22 08:28:47 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r26508 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698