- From: poot <cvsmail@w3.org>
- Date: Wed, 05 Oct 2011 13:31:51 -0400
- To: public-html-diffs@w3.org
hixie: Redefine code-point length in terms of UTF-16 16bit code units. (whatwg r6633) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5317&r2=1.5318&f=h http://html5.org/tools/web-apps-tracker?from=6632&to=6633 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5317 retrieving revision 1.5318 diff -u -d -r1.5317 -r1.5318 --- Overview.html 5 Oct 2011 00:05:52 -0000 1.5317 +++ Overview.html 5 Oct 2011 17:31:38 -0000 1.5318 @@ -3703,7 +3703,7 @@ start or end of the string.</p> <p>The <dfn id="code-point-length">code-point length</dfn> of a string is the number of - Unicode code points in that string.</p> + <span title="code unit">code units</span> in that string. <a href="#refsWEBIDL">[WEBIDL]</a></p> <p>When a user agent has to <dfn id="strictly-split-a-string">strictly split a string</dfn> on a particular delimiter character <var title="">delimiter</var>, it
Received on Wednesday, 5 October 2011 17:31:58 UTC