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

Issue 11299084: Correct a misnomer regarding supplementary code points. (Closed)

Created:
8 years, 1 month ago by cshapiro
Modified:
8 years, 1 month ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Correct a misnomer regarding supplementary code points. The supplementary multilingual plane (SMP) code points were assumed to be equivalent supplementary code points. In fact, smp code points are a small subset of all supplementary code points. Committed: https://code.google.com/p/dart/source/detail?r=15128

Patch Set 1 #

Patch Set 2 : missed a few uses of smp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -11 lines) Patch
M runtime/vm/object.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/symbols.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/unicode.h View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/unicode.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
cshapiro
8 years, 1 month ago (2012-11-19 22:06:01 UTC) #1
siva
8 years, 1 month ago (2012-11-20 02:17:56 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698