[html5] r8512 - [e] (0) Adjust some internal comments regarding encodings Fixing https://www.w3. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 25 10:33:51 PST 2014
Author: ianh
Date: 2014-02-25 10:33:50 -0800 (Tue, 25 Feb 2014)
New Revision: 8512
Modified:
complete.html
index
source
Log:
[e] (0) Adjust some internal comments regarding encodings
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24800
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2014-02-25 18:24:54 UTC (rev 8511)
+++ complete.html 2014-02-25 18:33:50 UTC (rev 8512)
@@ -86827,7 +86827,7 @@
compatibility with legacy content. Locales are identified by BCP 47 language tags. <a href=#refsBCP47>[BCP47]</a> <a href=#refsENCODING>[ENCODING]</a></p>
<!-- based on three sources:
- 1. mozilla 1.9.1 localizations: http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint=
+ 1. mozilla 1.9.1 localizations: http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint= (though this data was apparently misinterpreted in some cases)
2. windows vista encodings: http://msdn.microsoft.com/en-us/goglobal/bb896001
3. chrome encodings: https://code.google.com/p/chromium/codesearch#search/&q=IDS_DEFAULT_ENCODING
several assumptions were made in this process; amongst them:
@@ -86884,7 +86884,7 @@
<tr><td>cs
<td>Czech
- <td>windows-1250 <!-- Windows Vista and Chrome agreed (but disagreed with Firefox, which thought the encoding should be ISO-8859-2) -->
+ <td>windows-1250 <!-- Windows Vista and Chrome agreed (but disagreed with Firefox, which reportedly agreed on Windows but thought the encoding should be ISO-8859-2 on Mac and Linux) -->
<!-- cy-GB, Welsh (United Kingdom), uses windows-1252: Windows Vista and Firefox agreed -->
@@ -86991,7 +86991,7 @@
<tr><td>lt
<td>Lithuanian
- <td>windows-1257 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>windows-1257 <!-- Windows Vista, Chrome, and Windows Firefox agreed; Linux and Mac Firefox reportedly disagreed -->
<tr><td>lv
<td>Latvian
@@ -87115,7 +87115,7 @@
<tr><td>th
<td>Thai
- <td>windows-874 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>windows-874 <!-- Windows Vista, Chrome, and Firefox agree (though Firefox didn't always) -->
<!-- tk-TM, Turkmen (Turkmenistan), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1250 -->
@@ -87175,7 +87175,7 @@
<tr><td>zh-TW
<td>Chinese (Taiwan)
- <td>Big5 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>Big5 <!-- Windows Vista, Chrome, and Firefox agreed (though Firefox didn't always) -->
<!-- zu-ZA, isiZulu (South Africa), uses windows-1252: Windows Vista and Firefox agreed -->
Modified: index
===================================================================
--- index 2014-02-25 18:24:54 UTC (rev 8511)
+++ index 2014-02-25 18:33:50 UTC (rev 8512)
@@ -86827,7 +86827,7 @@
compatibility with legacy content. Locales are identified by BCP 47 language tags. <a href=#refsBCP47>[BCP47]</a> <a href=#refsENCODING>[ENCODING]</a></p>
<!-- based on three sources:
- 1. mozilla 1.9.1 localizations: http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint=
+ 1. mozilla 1.9.1 localizations: http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint= (though this data was apparently misinterpreted in some cases)
2. windows vista encodings: http://msdn.microsoft.com/en-us/goglobal/bb896001
3. chrome encodings: https://code.google.com/p/chromium/codesearch#search/&q=IDS_DEFAULT_ENCODING
several assumptions were made in this process; amongst them:
@@ -86884,7 +86884,7 @@
<tr><td>cs
<td>Czech
- <td>windows-1250 <!-- Windows Vista and Chrome agreed (but disagreed with Firefox, which thought the encoding should be ISO-8859-2) -->
+ <td>windows-1250 <!-- Windows Vista and Chrome agreed (but disagreed with Firefox, which reportedly agreed on Windows but thought the encoding should be ISO-8859-2 on Mac and Linux) -->
<!-- cy-GB, Welsh (United Kingdom), uses windows-1252: Windows Vista and Firefox agreed -->
@@ -86991,7 +86991,7 @@
<tr><td>lt
<td>Lithuanian
- <td>windows-1257 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>windows-1257 <!-- Windows Vista, Chrome, and Windows Firefox agreed; Linux and Mac Firefox reportedly disagreed -->
<tr><td>lv
<td>Latvian
@@ -87115,7 +87115,7 @@
<tr><td>th
<td>Thai
- <td>windows-874 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>windows-874 <!-- Windows Vista, Chrome, and Firefox agree (though Firefox didn't always) -->
<!-- tk-TM, Turkmen (Turkmenistan), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1250 -->
@@ -87175,7 +87175,7 @@
<tr><td>zh-TW
<td>Chinese (Taiwan)
- <td>Big5 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>Big5 <!-- Windows Vista, Chrome, and Firefox agreed (though Firefox didn't always) -->
<!-- zu-ZA, isiZulu (South Africa), uses windows-1252: Windows Vista and Firefox agreed -->
Modified: source
===================================================================
--- source 2014-02-25 18:24:54 UTC (rev 8511)
+++ source 2014-02-25 18:33:50 UTC (rev 8512)
@@ -96694,7 +96694,7 @@
href="#refsBCP47">[BCP47]</a> <a href="#refsENCODING">[ENCODING]</a></p>
<!-- based on three sources:
- 1. mozilla 1.9.1 localizations: http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint=
+ 1. mozilla 1.9.1 localizations: http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint= (though this data was apparently misinterpreted in some cases)
2. windows vista encodings: http://msdn.microsoft.com/en-us/goglobal/bb896001
3. chrome encodings: https://code.google.com/p/chromium/codesearch#search/&q=IDS_DEFAULT_ENCODING
several assumptions were made in this process; amongst them:
@@ -96765,7 +96765,7 @@
<tr>
<td>cs
<td>Czech
- <td>windows-1250 <!-- Windows Vista and Chrome agreed (but disagreed with Firefox, which thought the encoding should be ISO-8859-2) -->
+ <td>windows-1250 <!-- Windows Vista and Chrome agreed (but disagreed with Firefox, which reportedly agreed on Windows but thought the encoding should be ISO-8859-2 on Mac and Linux) -->
<!-- cy-GB, Welsh (United Kingdom), uses windows-1252: Windows Vista and Firefox agreed -->
@@ -96884,7 +96884,7 @@
<tr>
<td>lt
<td>Lithuanian
- <td>windows-1257 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>windows-1257 <!-- Windows Vista, Chrome, and Windows Firefox agreed; Linux and Mac Firefox reportedly disagreed -->
<tr>
<td>lv
@@ -97018,7 +97018,7 @@
<tr>
<td>th
<td>Thai
- <td>windows-874 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>windows-874 <!-- Windows Vista, Chrome, and Firefox agree (though Firefox didn't always) -->
<!-- tk-TM, Turkmen (Turkmenistan), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1250 -->
@@ -97084,7 +97084,7 @@
<tr>
<td>zh-TW
<td>Chinese (Taiwan)
- <td>Big5 <!-- Windows Vista, Chrome, and Firefox agreed -->
+ <td>Big5 <!-- Windows Vista, Chrome, and Firefox agreed (though Firefox didn't always) -->
<!-- zu-ZA, isiZulu (South Africa), uses windows-1252: Windows Vista and Firefox agreed -->
More information about the Commit-Watchers
mailing list