- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Aug 2010 21:39:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17656
Modified Files:
Overview.html
Log Message:
UTF-16 terminology. (whatwg r5301)
Index: Overview.html
===================================================================
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:10 UTC