[html5] r3140 - [e] (0) Try to clarify what it means to change the encoding from UTF-16 to UTF-8.

whatwg at whatwg.org whatwg at whatwg.org
Tue May 26 03:36:52 PDT 2009


Author: ianh
Date: 2009-05-26 03:36:50 -0700 (Tue, 26 May 2009)
New Revision: 3140

Modified:
   index
   source
Log:
[e] (0) Try to clarify what it means to change the encoding from UTF-16 to UTF-8.

Modified: index
===================================================================
--- index	2009-05-26 10:31:44 UTC (rev 3139)
+++ index	2009-05-26 10:36:50 UTC (rev 3140)
@@ -4669,8 +4669,8 @@
    <li><p>Let <var title="">encoding</var> be the <a href=#url-character-encoding>URL character
    encoding</a>.</li>
 
-   <li><p>If <var title="">encoding</var> is UTF-16, then change it to
-   UTF-8.</li>
+   <li><p>If <var title="">encoding</var> is a UTF-16 encoding, then
+   change the value of <var title="">encoding</var> to UTF-8.</li>
 
    <li>
 
@@ -59217,7 +59217,8 @@
          steps.</li>
 
          <li><p>If <var title="">charset</var> is a UTF-16 encoding,
-         change it to UTF-8.</li>
+         change the value of <var title="">charset</var> to
+         UTF-8.</li>
 
          <li><p>If <var title="">charset</var> is a supported
          character encoding, then return the given encoding, with

Modified: source
===================================================================
--- source	2009-05-26 10:31:44 UTC (rev 3139)
+++ source	2009-05-26 10:36:50 UTC (rev 3140)
@@ -4257,8 +4257,8 @@
    <li><p>Let <var title="">encoding</var> be the <span>URL character
    encoding</span>.</p></li>
 
-   <li><p>If <var title="">encoding</var> is UTF-16, then change it to
-   UTF-8.</p></li>
+   <li><p>If <var title="">encoding</var> is a UTF-16 encoding, then
+   change the value of <var title="">encoding</var> to UTF-8.</p></li>
 
    <li>
 
@@ -72694,7 +72694,8 @@
          steps.</p></li>
 
          <li><p>If <var title="">charset</var> is a UTF-16 encoding,
-         change it to UTF-8.</p></li>
+         change the value of <var title="">charset</var> to
+         UTF-8.</p></li>
 
          <li><p>If <var title="">charset</var> is a supported
          character encoding, then return the given encoding, with




More information about the Commit-Watchers mailing list