html5/spec parsing.html,1.17,1.18 scripting-1.html,1.11,1.12 spec.html,1.1145,1.1146

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18353

Modified Files:
	parsing.html scripting-1.html spec.html 
Log Message:
UTF-16 terminology. (whatwg r5301)

[updated by splitter]


Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec/scripting-1.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- scripting-1.html	16 Aug 2010 19:17:13 -0000	1.11
+++ scripting-1.html	16 Aug 2010 21:46:53 -0000	1.12
@@ -783,9 +783,9 @@
            <td>FF FE 00 00
            <td>UTF-32LE
 --><tr><td>FE FF
-           </td><td>UTF-16BE
+           </td><td>Big-endian UTF-16
           </td></tr><tr><td>FF FE
-           </td><td>UTF-16LE
+           </td><td>Little-endian UTF-16
           </td></tr><tr><td>EF BB BF
            </td><td>UTF-8
 <!-- nobody uses this

Index: parsing.html
===================================================================
RCS file: /sources/public/html5/spec/parsing.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- parsing.html	16 Aug 2010 18:36:50 -0000	1.17
+++ parsing.html	16 Aug 2010 21:46:53 -0000	1.18
@@ -524,9 +524,9 @@
        <td>FF FE 00 00
        <td>UTF-32LE
 --><tr><td>FE FF
-       </td><td>UTF-16BE
+       </td><td>Big-endian UTF-16
       </td></tr><tr><td>FF FE
-       </td><td>UTF-16LE
+       </td><td>Little-endian UTF-16
       </td></tr><tr><td>EF BB BF
        </td><td>UTF-8
 <!-- nobody uses this

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1145
retrieving revision 1.1146
diff -u -d -r1.1145 -r1.1146
--- spec.html	16 Aug 2010 21:07:04 -0000	1.1145
+++ spec.html	16 Aug 2010 21:46:53 -0000	1.1146
@@ -336,7 +336,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">author edition</a>.
-This is revision 1.4223.
+This is revision 1.4224.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Monday, 16 August 2010 21:46:57 UTC