- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Jul 2008 15:25:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv12952
Modified Files:
Overview.html specgen.xsl
Log Message:
output generated Overview.html in ascii instead of utf-8
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/pubnotes/specgen.xsl,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- specgen.xsl 23 Jul 2008 02:10:03 -0000 1.37
+++ specgen.xsl 25 Jul 2008 15:25:02 -0000 1.38
@@ -5,10 +5,10 @@
exclude-result-prefixes='h date'
version='1.0' id='xslt'>
- <xsl:output method='xml' encoding='UTF-8'
+ <xsl:output method='xml' encoding='ascii'
doctype-public='-//W3C//DTD XHTML 1.0 Strict//EN'
doctype-system='http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'
- media-type='application/xhtml+xml; charset=UTF-8'
+ media-type='application/xhtml+xml; charset=ascii'
indent="yes"
/>
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -d -r1.338 -r1.339
--- Overview.html 25 Jul 2008 11:20:25 -0000 1.338
+++ Overview.html 25 Jul 2008 15:25:02 -0000 1.339
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- * -->
<!-- * Note: This file was generated from source at http://dev.w3.org/html5/pubnotes/Overview.html -->
-<!-- * Run “make” to regenerate it. -->
+<!-- * Run “make” to regenerate it. -->
<!-- * -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>HTML 5 Publication Notes</title>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=ascii" /><title>HTML 5 Publication Notes</title>
<link href="style.css" type="text/css" rel="stylesheet" />
[...6389 lines suppressed...]
<ul>
- <li>In the “Timers” subsection, which is
+ <li>In the “Timers” subsection, which is
planned to be integrated into the Window Object
specification, the following changes were made: For
consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>, the interface
@@ -7821,11 +7821,11 @@
</ul>
</div>
<div id="acknowledgements_fpwd" class="section">
- <h2>Acknowledgements <a class="hash" href="#acknowledgements_fpwd">#</a> <a class="toc-bak" href="#acknowledgements_fpwd-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/TR/2008/WD-html5-20080610/acknowledgements.html#acknowledgements">Acknowledgements</a>” in the
+ <h2>Acknowledgements <a class="hash" href="#acknowledgements_fpwd">#</a> <a class="toc-bak" href="#acknowledgements_fpwd-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/TR/2008/WD-html5-20080610/acknowledgements.html#acknowledgements">Acknowledgements</a>” in the
10 June 2008
version of the specification.</p><p class="spec-link">View
- “<a href="http://www.w3.org/TR/2008/WD-html5-20080610/diff#acknowledgements">Acknowledgements</a>”
+ “<a href="http://www.w3.org/TR/2008/WD-html5-20080610/diff#acknowledgements">Acknowledgements</a>”
in a
diff-marked version of the specification, showing
changes made between
Received on Friday, 25 July 2008 15:25:38 UTC