Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Try to clarify what it means to change the encoding from UTF-…
…16 to UTF-8.

git-svn-id: http://svn.whatwg.org/webapps@3140 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 26, 2009
1 parent 6d474b8 commit 2072b15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions index
Expand Up @@ -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>

Expand Down Expand Up @@ -59217,7 +59217,8 @@ interface <dfn id=messageport>MessagePort</dfn> {
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
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -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>

Expand Down Expand Up @@ -72694,7 +72694,8 @@ interface <dfn>MessagePort</dfn> {
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
Expand Down

0 comments on commit 2072b15

Please sign in to comment.