hixie: UTF-16 terminology. (whatwg r5301)

hixie: UTF-16 terminology. (whatwg r5301)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4223&r2=1.4224&f=h
http://html5.org/tools/web-apps-tracker?from=5300&to=5301

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4223
retrieving revision 1.4224
diff -u -d -r1.4223 -r1.4224
--- Overview.html 16 Aug 2010 21:01:51 -0000 1.4223
+++ Overview.html 16 Aug 2010 21:39:04 -0000 1.4224
@@ -12370,9 +12370,9 @@
            <td>FF FE 00 00
            <td>UTF-32LE
 --><tr><td>FE FF
-           <td>UTF-16BE
+           <td>Big-endian UTF-16
           <tr><td>FF FE
-           <td>UTF-16LE
+           <td>Little-endian UTF-16
           <tr><td>EF BB BF
            <td>UTF-8
 <!-- nobody uses this
@@ -52836,9 +52836,9 @@
        <td>FF FE 00 00
        <td>UTF-32LE
 --><tr><td>FE FF
-       <td>UTF-16BE
+       <td>Big-endian UTF-16
       <tr><td>FF FE
-       <td>UTF-16LE
+       <td>Little-endian UTF-16
       <tr><td>EF BB BF
        <td>UTF-8
 <!-- nobody uses this

Received on Monday, 16 August 2010 21:39:51 UTC