hixie: typo in the allowed UTF-8 ranges (whatwg r5940)

hixie: typo in the allowed UTF-8 ranges (whatwg r5940)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4780&r2=1.4781&f=h
http://html5.org/tools/web-apps-tracker?from=5939&to=5940

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4780
retrieving revision 1.4781
diff -u -d -r1.4780 -r1.4781
--- Overview.html 4 Mar 2011 01:48:31 -0000 1.4780
+++ Overview.html 4 Mar 2011 02:06:07 -0000 1.4781
@@ -3246,7 +3246,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>

Received on Friday, 4 March 2011 02:07:22 UTC