hixie: Add references for UTF-8 detection. (whatwg r4104)

hixie: Add references for UTF-8 detection. (whatwg r4104)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3262&r2=1.3263&f=h
http://html5.org/tools/web-apps-tracker?from=4103&to=4104

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3262
retrieving revision 1.3263
diff -u -d -r1.3262 -r1.3263
--- Overview.html 11 Oct 2009 07:51:16 -0000 1.3262
+++ Overview.html 11 Oct 2009 08:46:40 -0000 1.3263
@@ -54105,7 +54105,7 @@
     0x7F which match the UTF-8 pattern are very likely to be UTF-8,
     while documents with byte sequences that do not match it are very
     likely not. User-agents are therefore encouraged to search for
-    this common encoding.</p>
+    this common encoding. <a href="#refsPPUTF8">[PPUTF8]</a> <a href="#refsUTF8DET">[UTF8DET]</a></p>
 
    </li>
 
@@ -69460,6 +69460,13 @@
    graphics</cite>, volume 18, number 3, pp. 253-259. ACM Press, July
    1984.</dd>
 
+   <dt id="refsPPUTF8">[PPUTF8]</dt>
+   <dd>(Non-normative) <cite><a href="http://www.ifi.uzh.ch/mml/mduerst/papers/PDF/IUC11-UTF-8.pdf">The
+   Properties and Promises <!-- Promizes (sic) --> of
+   UTF-8</a></cite>, M. D&uuml;rst. University of Z&uuml;rich,
+   September 1997. In <cite>Proceedings of the 11th International
+   Unicode Conference</cite>.</dd>
+
    <dt id="refsPROGRESS">[PROGRESS]</dt>
    <!--
    <dd><cite><a href="http://www.w3.org/TR/progress-events/">Progress
@@ -69651,7 +69658,7 @@
    <dt id="refsUNIVCHARDET">[UNIVCHARDET]</dt>
    <dd>(Non-normative) <cite><a href="http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html">A
    composite approach to language/encoding
-   detection</a></cite>. S. Li, K. Momoi. Netscape, September 2001. In
+   detection</a></cite>, S. Li, K. Momoi. Netscape, September 2001. In
    <cite>Proceedings of the 19th International Unicode
    Conference</cite>.</dd>
 
@@ -69660,6 +69667,10 @@
    Mail-Safe Transformation Format of Unicode</a></cite>,
    D. Goldsmith, M. Davis. IETF, May 1997.</dd>
 
+   <dt id="refsUTF8DET">[UTF8DET]</dt>
+   <dd>(Non-normative) <cite><a href="http://www.w3.org/International/questions/qa-forms-utf-8">Multilingual
+   form encoding</a></cite>, M. D&uuml;rst. W3C, October 2007.</dd>
+
    <dt id="refsUTR36">[UTR36]</dt>
    <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr36/">UTR #36: Unicode
    Security Considerations</a></cite>, M. Davis, M. Suignard. Unicode

Received on Sunday, 11 October 2009 08:47:28 UTC