Skip to content

Commit

Permalink
[e] (0) Adjust some internal comments regarding encodings
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24800
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8512 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 25, 2014
1 parent 1c5a66d commit d915932
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -86827,7 +86827,7 @@ <h5 id=determining-the-character-encoding><span class=secno>12.2.2.2 </span>Dete
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:
Expand Down Expand Up @@ -86884,7 +86884,7 @@ <h5 id=determining-the-character-encoding><span class=secno>12.2.2.2 </span>Dete

<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 -->

Expand Down Expand Up @@ -86991,7 +86991,7 @@ <h5 id=determining-the-character-encoding><span class=secno>12.2.2.2 </span>Dete

<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
Expand Down Expand Up @@ -87115,7 +87115,7 @@ <h5 id=determining-the-character-encoding><span class=secno>12.2.2.2 </span>Dete

<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 -->

Expand Down Expand Up @@ -87175,7 +87175,7 @@ <h5 id=determining-the-character-encoding><span class=secno>12.2.2.2 </span>Dete

<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 -->

Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -86827,7 +86827,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
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:
Expand Down Expand Up @@ -86884,7 +86884,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>

<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 -->

Expand Down Expand Up @@ -86991,7 +86991,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>

<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
Expand Down Expand Up @@ -87115,7 +87115,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>

<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 -->

Expand Down Expand Up @@ -87175,7 +87175,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>

<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 -->

Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -96694,7 +96694,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
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:
Expand Down Expand Up @@ -96765,7 +96765,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<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 -->

Expand Down Expand Up @@ -96884,7 +96884,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<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
Expand Down Expand Up @@ -97018,7 +97018,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<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 -->

Expand Down Expand Up @@ -97084,7 +97084,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<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 -->

Expand Down

0 comments on commit d915932

Please sign in to comment.