[html5] r3341 - [e] (0) Be less judgmental about certain encodings... (bug 6858)
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 29 16:29:09 PDT 2009
Author: ianh
Date: 2009-06-29 16:29:07 -0700 (Mon, 29 Jun 2009)
New Revision: 3341
Modified:
index
source
Log:
[e] (0) Be less judgmental about certain encodings... (bug 6858)
Modified: index
===================================================================
--- index 2009-06-29 11:24:19 UTC (rev 3340)
+++ index 2009-06-29 23:29:07 UTC (rev 3341)
@@ -1711,11 +1711,12 @@
correspond to single-byte sequences that map to the same Unicode
characters as those bytes in ANSI_X3.4-1968 (US-ASCII). <a href=#refsRFC1345>[RFC1345]</a></p>
- <p class=note>This includes such exotic encodings as Shift_JIS and
- variants of ISO-2022, even though it is possible for bytes like 0x70
- to be part of longer sequences that are unrelated to their
- interpretation as ASCII. It excludes such encodings as UTF-7,
- UTF-8+names, UTF-16, HZ-GB-2312, GSM03.38, and EBCDIC variants.</p>
+ <p class=note>This includes such encodings as Shift_JIS and
+ variants of ISO-2022, even though it is possible in this encodings
+ for bytes like 0x70 to be part of longer sequences that are
+ unrelated to their interpretation as ASCII. It excludes such
+ encodings as UTF-7, UTF-16, HZ-GB-2312, GSM03.38, and EBCDIC
+ variants.</p>
<!--
We'll have to change that if anyone comes up with a way to have a
Modified: source
===================================================================
--- source 2009-06-29 11:24:19 UTC (rev 3340)
+++ source 2009-06-29 23:29:07 UTC (rev 3341)
@@ -735,11 +735,12 @@
characters as those bytes in ANSI_X3.4-1968 (US-ASCII). <a
href="#refsRFC1345">[RFC1345]</a></p>
- <p class="note">This includes such exotic encodings as Shift_JIS and
- variants of ISO-2022, even though it is possible for bytes like 0x70
- to be part of longer sequences that are unrelated to their
- interpretation as ASCII. It excludes such encodings as UTF-7,
- UTF-8+names, UTF-16, HZ-GB-2312, GSM03.38, and EBCDIC variants.</p>
+ <p class="note">This includes such encodings as Shift_JIS and
+ variants of ISO-2022, even though it is possible in this encodings
+ for bytes like 0x70 to be part of longer sequences that are
+ unrelated to their interpretation as ASCII. It excludes such
+ encodings as UTF-7, UTF-16, HZ-GB-2312, GSM03.38, and EBCDIC
+ variants.</p>
<!--
We'll have to change that if anyone comes up with a way to have a
More information about the Commit-Watchers
mailing list