- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 09:28:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16241 Modified Files: Overview.html Log Message: Wrong reference in note. (whatwg r4247) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3391 retrieving revision 1.3392 diff -u -d -r1.3391 -r1.3392 --- Overview.html 21 Oct 2009 09:25:00 -0000 1.3391 +++ Overview.html 21 Oct 2009 09:28:39 -0000 1.3392 @@ -54708,7 +54708,7 @@ <p class="note">The requirement to default UTF-16 to LE rather than BE is a <a href="#willful-violation">willful violation</a> of RFC 2781, motivated by a - desire for compatibility with legacy content. <a href="#refsCHARMOD">[CHARMOD]</a></p> + desire for compatibility with legacy content. <a href="#refsRFC2781">[RFC2781]</a></p> <hr><p>User agents must not support the CESU-8, UTF-7, BOCU-1 and SCSU encodings. <a href="#refsCESU8">[CESU8]</a> <a href="#refsUTF7">[UTF7]</a> <a href="#refsBOCU1">[BOCU1]</a> <a href="#refsSCSU">[SCSU]</a></p> @@ -71059,6 +71059,11 @@ Services Necessary for URN Resolution</a></cite>, M. Mealling, R. Daniel. IETF, January 1999.</dd> + <dt id="refsRFC2781">[RFC2781]</dt> + <dd><cite><a href="http://www.ietf.org/rfc/rfc2781.txt">UTF-16, an + encoding of ISO 10646</a></cite>, P. Hoffman, F. Yergeau. IETF, + February 2000.</dd> + <dt id="refsRFC2646">[RFC2646]</dt> <dd><cite><a href="http://www.ietf.org/rfc/rfc2646.txt">The Text/Plain Format Parameter</a></cite>, R. Gellens. IETF, August 1999.</dd>
Received on Wednesday, 21 October 2009 09:28:46 UTC