- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2011 06:35:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide In directory hutz:/tmp/cvs-serv19363 Modified Files: .htaccess html-xhtml-authoring-guide.html Log Message: converted draft to UTF-8, because spec itself says, "Polyglot markup uses the UTF-8 character encoding" Index: .htaccess =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/.htaccess,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- .htaccess 8 Apr 2011 06:25:54 -0000 1.3 +++ .htaccess 8 Apr 2011 06:35:39 -0000 1.4 @@ -1,2 +1,2 @@ DirectoryIndex html-xhtml-authoring-guide.html -AddType text/html;charset=windows-1252 .html +AddType text/html;charset=utf-8 .html Index: html-xhtml-authoring-guide.html =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- html-xhtml-authoring-guide.html 8 Apr 2011 06:31:59 -0000 1.75 +++ html-xhtml-authoring-guide.html 8 Apr 2011 06:35:39 -0000 1.76 @@ -1078,7 +1078,7 @@ <dl class="bibliography"> <dt id="bib-CHARMOD">[CHARMOD]</dt> - <dd>Martin J. Dürst; et al. <a href="http://www.w3.org/TR/2005/REC-charmod-20050215"><cite>Character Model for the World Wide Web 1.0: Fundamentals.</cite></a> + <dd>Martin J. Dürst; et al. <a href="http://www.w3.org/TR/2005/REC-charmod-20050215"><cite>Character Model for the World Wide Web 1.0: Fundamentals.</cite></a> 15 February 2005. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2005/REC-charmod-20050215">http://www.w3.org/TR/2005/REC-charmod-20050215</a> </dd> <dt id="bib-HTML5">[HTML5]</dt>
Received on Friday, 8 April 2011 06:35:42 UTC