[html5] r5940 - [cgiowt] (2) typo in the allowed UTF-8 ranges Fixing http://www.w3.org/Bugs/Publ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Mar 3 18:06:03 PST 2011
Author: ianh
Date: 2011-03-03 18:06:01 -0800 (Thu, 03 Mar 2011)
New Revision: 5940
Modified:
complete.html
index
source
Log:
[cgiowt] (2) typo in the allowed UTF-8 ranges
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12020
Modified: complete.html
===================================================================
--- complete.html 2011-03-04 01:48:25 UTC (rev 5939)
+++ complete.html 2011-03-04 02:06:01 UTC (rev 5940)
@@ -3708,7 +3708,7 @@
<dt>One byte in the range F0 to FD, followed by two bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
- <dt>One byte in the range F5 to FD, followed by three bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
+ <dt>One byte in the range F8 to FD, followed by three bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
<dt>One byte in the range FC to FD, followed by four bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
Modified: index
===================================================================
--- index 2011-03-04 01:48:25 UTC (rev 5939)
+++ index 2011-03-04 02:06:01 UTC (rev 5940)
@@ -3688,7 +3688,7 @@
<dt>One byte in the range F0 to FD, followed by two bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
- <dt>One byte in the range F5 to FD, followed by three bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
+ <dt>One byte in the range F8 to FD, followed by three bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
<dt>One byte in the range FC to FD, followed by four bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
Modified: source
===================================================================
--- source 2011-03-04 01:48:25 UTC (rev 5939)
+++ source 2011-03-04 02:06:01 UTC (rev 5940)
@@ -2679,7 +2679,7 @@
<dt>One byte in the range F0 to FD, followed by two bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
- <dt>One byte in the range F5 to FD, followed by three bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
+ <dt>One byte in the range F8 to FD, followed by three bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
<dt>One byte in the range FC to FD, followed by four bytes in the range 80 to BF, not followed by a byte in the range 80 to BF</dt>
More information about the Commit-Watchers
mailing list