« Bugzilla Issues Index
#2318 — 10.1.*: unnecessary NOTEs
- bug_id:
2318
- creation_ts:
2013-11-18 21:36:00 -0800
- short_desc:
10.1.*: unnecessary NOTEs
- delta_ts:
2014-06-02 11:29:44 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 21: November 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
6837
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2013-11-18 21:36:56 -0800
In 10.1.1 "Static Semantics: UTF-16 Encoding",
step 3 says:
Let cu1 be floor((cp – 65536) / 1024) + 55296. NOTE 55296 is 0xD800.
Instead of tacking on the NOTE, just replace "55296" with "0xD800" in the formula.
Similarly with 10.1.1 / step 4 and 10.1.2 / step 3.
- commentid:
8446
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-14 15:56:37 -0700
fixed in rev25 editor's draft
- commentid:
8816
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2014-06-02 11:29:44 -0700
confirmed fixed.