[html5] r2125 - [] (0) Recommend against support for EBCDIC-based encodings. (credit: hs)
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 29 02:35:38 PDT 2008
Author: ianh
Date: 2008-08-29 02:35:36 -0700 (Fri, 29 Aug 2008)
New Revision: 2125
Modified:
index
source
Log:
[] (0) Recommend against support for EBCDIC-based encodings. (credit: hs)
Modified: index
===================================================================
--- index 2008-08-29 09:24:33 UTC (rev 2124)
+++ index 2008-08-29 09:35:36 UTC (rev 2125)
@@ -46737,12 +46737,16 @@
encodings. <a href="#refsCESU8">[CESU8]</a> <a href="#refsUTF7">[UTF7]</a>
<a href="#refsBOCU1">[BOCU1]</a> <a href="#refsSCSU">[SCSU]</a>
+ <p>Support for encodings based on EBCDIC is not recommended. This encoding
+ is rarely used for publicly-facing Web content.
+
<p>Support for UTF-32 is not recommended. This encoding is rarely used, and
frequently misimplemented.
<p class=note>This specification does not make any attempt to support
- UTF-32 in its algorithms; support and use of UTF-32 can thus lead to
- unexpected behavior in implementations of this specification.
+ EBCDIC-based encodings and UTF-32 in its algorithms; support and use of
+ these encodings can thus lead to unexpected behavior in implementations of
+ this specification.
<h5 id=preprocessing><span class=secno>8.2.2.3. </span>Preprocessing the
input stream</h5>
Modified: source
===================================================================
--- source 2008-08-29 09:24:33 UTC (rev 2124)
+++ source 2008-08-29 09:35:36 UTC (rev 2125)
@@ -44138,13 +44138,16 @@
href="#refsUTF7">[UTF7]</a> <a href="#refsBOCU1">[BOCU1]</a> <a
href="#refsSCSU">[SCSU]</a></p>
+ <p>Support for encodings based on EBCDIC is not recommended. This
+ encoding is rarely used for publicly-facing Web content.</p>
+
<p>Support for UTF-32 is not recommended. This encoding is rarely
used, and frequently misimplemented.</p>
<p class="note">This specification does not make any attempt to
- support UTF-32 in its algorithms; support and use of UTF-32 can thus
- lead to unexpected behavior in implementations of this
- specification.</p>
+ support EBCDIC-based encodings and UTF-32 in its algorithms; support
+ and use of these encodings can thus lead to unexpected behavior in
+ implementations of this specification.</p>
More information about the Commit-Watchers
mailing list