archives

« Bugzilla Issues Index

#2318 — 10.1.*: unnecessary NOTEs


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.


fixed in rev25 editor's draft


confirmed fixed.