Skip to content

Commit

Permalink
[e] (0) Add references for UTF-8 detection.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4104 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 11, 2009
1 parent 35847fe commit b1e6ac3
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 6 deletions.
15 changes: 13 additions & 2 deletions complete.html
Expand Up @@ -69379,7 +69379,7 @@ <h5 id=determining-the-character-encoding><span class=secno>10.2.2.1 </span>Dete
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>

Expand Down Expand Up @@ -85041,6 +85041,13 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
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
Expand Down Expand Up @@ -85258,7 +85265,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
<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>

Expand All @@ -85267,6 +85274,10 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
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
Expand Down
15 changes: 13 additions & 2 deletions index
Expand Up @@ -60429,7 +60429,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
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>

Expand Down Expand Up @@ -76075,6 +76075,13 @@ interface <a href=#htmldocument>HTMLDocument</a> {
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
Expand Down Expand Up @@ -76266,7 +76273,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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>

Expand All @@ -76275,6 +76282,10 @@ interface <a href=#htmldocument>HTMLDocument</a> {
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
Expand Down
18 changes: 16 additions & 2 deletions source
Expand Up @@ -78095,7 +78095,8 @@ interface <dfn>MessagePort</dfn> {
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>

Expand Down Expand Up @@ -93774,6 +93775,14 @@ interface <span>HTMLDocument</span> {
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
Expand Down Expand Up @@ -94003,7 +94012,7 @@ interface <span>HTMLDocument</span> {
<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>

Expand All @@ -94012,6 +94021,11 @@ interface <span>HTMLDocument</span> {
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
Expand Down

0 comments on commit b1e6ac3

Please sign in to comment.