[html5] r8258 - [giow] (2) Add some more locales to the default encoding logic. Fixing https://w [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 6 13:38:33 PST 2013


Author: ianh
Date: 2013-11-06 13:38:21 -0800 (Wed, 06 Nov 2013)
New Revision: 8258

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Add some more locales to the default encoding logic.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-11-06 20:39:07 UTC (rev 8257)
+++ complete.html	2013-11-06 21:38:21 UTC (rev 8258)
@@ -84382,8 +84382,16 @@
       <!-- az-Cyrl-AZ, Azeri (Cyrillic, Azerbaijan), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
 
       <!-- ba-RU, Bashkir (Russia), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- ba wasn't listed at all because none of the sources knew about it. However, further feedback has changed this: -->
+      <tr><td>ba
+       <td>Bashkir
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
-      <!-- be, Belarusian, is not listed here because Windows Vista wanted windows-1251, Chrome wanted <none>, and Firefox wanted ISO-8859-5 -->
+      <!-- be, Belarusian, was not initially listed here because Windows Vista wanted windows-1251, Chrome wanted <none>, and Firefox wanted ISO-8859-5 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>be
+       <td>Belarusian
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- be-BY, Belarusian (Belarus), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
 
@@ -84481,7 +84489,11 @@
        <td>Japanese
        <td>Shift_JIS <!-- Windows Vista, Chrome, and Firefox agreed -->
 
-      <!-- kk, Kazakh, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- kk, Kazakh, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>kk
+       <td>Kazakh
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- kl-GL, Greenlandic (Greenland), uses windows-1252: Windows Vista and Firefox agreed -->
 
@@ -84495,7 +84507,11 @@
        <td>Kurdish
        <td>windows-1254 <!-- Best guess -->
 
-      <!-- ky, Kyrgyz, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- ky, Kyrgyz, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>ky
+       <td>Kyrgyz
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- lb-LU, Luxembourgish (Luxembourg), uses windows-1252: Windows Vista and Firefox agreed -->
 
@@ -84507,7 +84523,11 @@
        <td>Latvian
        <td>windows-1257 <!-- Windows Vista and Chrome agreed (but disagreed with Firefox, which thought the encoding should be ISO-8859-13) -->
 
-      <!-- mk, Macedonian, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- mk, Macedonian, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>mk
+       <td>Macedonian
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- ml, Malayalam, uses windows-1252: Firefox and Chrome agreed -->
 
@@ -84562,6 +84582,10 @@
       <!-- rw-RW, Kinyarwanda (Rwanda), uses windows-1252: Windows Vista and Firefox agreed -->
 
       <!-- sah-RU, Yakut (Russia), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- sah wasn't listed at all because none of the sources knew about it. However, further feedback has changed this: -->
+      <tr><td>sah
+       <td>Yakut
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- se-FI, Sami, Northern (Finland), uses windows-1252: Windows Vista and Firefox agreed -->
 
@@ -84610,6 +84634,10 @@
       <!-- te, Telugu, uses windows-1252: Firefox and Chrome agreed -->
 
       <!-- tg-Cyrl-TJ, Tajik (Cyrillic, Tajikistan), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- tg wasn't listed at all because none of the sources knew about it. However, further feedback has changed this: -->
+      <tr><td>tg
+       <td>Tajik
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <tr><td>th
        <td>Thai
@@ -84623,7 +84651,11 @@
        <td>Turkish
        <td>windows-1254 <!-- Windows Vista, Chrome, and Firefox agreed -->
 
-      <!-- tt, Tatar, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- tt, Tatar, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>tt
+       <td>Tatar
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- tzm-Latn-DZ, Tamazight (Latin, Algeria), uses windows-1252: Windows Vista and Firefox agreed -->
 

Modified: index
===================================================================
--- index	2013-11-06 20:39:07 UTC (rev 8257)
+++ index	2013-11-06 21:38:21 UTC (rev 8258)
@@ -84382,8 +84382,16 @@
       <!-- az-Cyrl-AZ, Azeri (Cyrillic, Azerbaijan), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
 
       <!-- ba-RU, Bashkir (Russia), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- ba wasn't listed at all because none of the sources knew about it. However, further feedback has changed this: -->
+      <tr><td>ba
+       <td>Bashkir
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
-      <!-- be, Belarusian, is not listed here because Windows Vista wanted windows-1251, Chrome wanted <none>, and Firefox wanted ISO-8859-5 -->
+      <!-- be, Belarusian, was not initially listed here because Windows Vista wanted windows-1251, Chrome wanted <none>, and Firefox wanted ISO-8859-5 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>be
+       <td>Belarusian
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- be-BY, Belarusian (Belarus), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
 
@@ -84481,7 +84489,11 @@
        <td>Japanese
        <td>Shift_JIS <!-- Windows Vista, Chrome, and Firefox agreed -->
 
-      <!-- kk, Kazakh, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- kk, Kazakh, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>kk
+       <td>Kazakh
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- kl-GL, Greenlandic (Greenland), uses windows-1252: Windows Vista and Firefox agreed -->
 
@@ -84495,7 +84507,11 @@
        <td>Kurdish
        <td>windows-1254 <!-- Best guess -->
 
-      <!-- ky, Kyrgyz, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- ky, Kyrgyz, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>ky
+       <td>Kyrgyz
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- lb-LU, Luxembourgish (Luxembourg), uses windows-1252: Windows Vista and Firefox agreed -->
 
@@ -84507,7 +84523,11 @@
        <td>Latvian
        <td>windows-1257 <!-- Windows Vista and Chrome agreed (but disagreed with Firefox, which thought the encoding should be ISO-8859-13) -->
 
-      <!-- mk, Macedonian, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- mk, Macedonian, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>mk
+       <td>Macedonian
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- ml, Malayalam, uses windows-1252: Firefox and Chrome agreed -->
 
@@ -84562,6 +84582,10 @@
       <!-- rw-RW, Kinyarwanda (Rwanda), uses windows-1252: Windows Vista and Firefox agreed -->
 
       <!-- sah-RU, Yakut (Russia), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- sah wasn't listed at all because none of the sources knew about it. However, further feedback has changed this: -->
+      <tr><td>sah
+       <td>Yakut
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- se-FI, Sami, Northern (Finland), uses windows-1252: Windows Vista and Firefox agreed -->
 
@@ -84610,6 +84634,10 @@
       <!-- te, Telugu, uses windows-1252: Firefox and Chrome agreed -->
 
       <!-- tg-Cyrl-TJ, Tajik (Cyrillic, Tajikistan), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- tg wasn't listed at all because none of the sources knew about it. However, further feedback has changed this: -->
+      <tr><td>tg
+       <td>Tajik
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <tr><td>th
        <td>Thai
@@ -84623,7 +84651,11 @@
        <td>Turkish
        <td>windows-1254 <!-- Windows Vista, Chrome, and Firefox agreed -->
 
-      <!-- tt, Tatar, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- tt, Tatar, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>tt
+       <td>Tatar
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- tzm-Latn-DZ, Tamazight (Latin, Algeria), uses windows-1252: Windows Vista and Firefox agreed -->
 

Modified: source
===================================================================
--- source	2013-11-06 20:39:07 UTC (rev 8257)
+++ source	2013-11-06 21:38:21 UTC (rev 8258)
@@ -93845,8 +93845,18 @@
       <!-- az-Cyrl-AZ, Azeri (Cyrillic, Azerbaijan), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
 
       <!-- ba-RU, Bashkir (Russia), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- ba wasn't listed at all because none of the sources knew about it. However, further feedback has changed this: -->
+      <tr>
+       <td>ba
+       <td>Bashkir
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
-      <!-- be, Belarusian, is not listed here because Windows Vista wanted windows-1251, Chrome wanted <none>, and Firefox wanted ISO-8859-5 -->
+      <!-- be, Belarusian, was not initially listed here because Windows Vista wanted windows-1251, Chrome wanted <none>, and Firefox wanted ISO-8859-5 -->
+      <!-- further feedback has changed this: -->
+      <tr>
+       <td>be
+       <td>Belarusian
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- be-BY, Belarusian (Belarus), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
 
@@ -93952,7 +93962,12 @@
        <td>Japanese
        <td>Shift_JIS <!-- Windows Vista, Chrome, and Firefox agreed -->
 
-      <!-- kk, Kazakh, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- kk, Kazakh, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr>
+       <td>kk
+       <td>Kazakh
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- kl-GL, Greenlandic (Greenland), uses windows-1252: Windows Vista and Firefox agreed -->
 
@@ -93968,7 +93983,12 @@
        <td>Kurdish
        <td>windows-1254 <!-- Best guess -->
 
-      <!-- ky, Kyrgyz, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- ky, Kyrgyz, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr>
+       <td>ky
+       <td>Kyrgyz
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- lb-LU, Luxembourgish (Luxembourg), uses windows-1252: Windows Vista and Firefox agreed -->
 
@@ -93982,7 +94002,12 @@
        <td>Latvian
        <td>windows-1257 <!-- Windows Vista and Chrome agreed (but disagreed with Firefox, which thought the encoding should be ISO-8859-13) -->
 
-      <!-- mk, Macedonian, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- mk, Macedonian, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr>
+       <td>mk
+       <td>Macedonian
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- ml, Malayalam, uses windows-1252: Firefox and Chrome agreed -->
 
@@ -94039,6 +94064,11 @@
       <!-- rw-RW, Kinyarwanda (Rwanda), uses windows-1252: Windows Vista and Firefox agreed -->
 
       <!-- sah-RU, Yakut (Russia), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- sah wasn't listed at all because none of the sources knew about it. However, further feedback has changed this: -->
+      <tr>
+       <td>sah
+       <td>Yakut
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- se-FI, Sami, Northern (Finland), uses windows-1252: Windows Vista and Firefox agreed -->
 
@@ -94090,6 +94120,11 @@
       <!-- te, Telugu, uses windows-1252: Firefox and Chrome agreed -->
 
       <!-- tg-Cyrl-TJ, Tajik (Cyrillic, Tajikistan), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- tg wasn't listed at all because none of the sources knew about it. However, further feedback has changed this: -->
+      <tr>
+       <td>tg
+       <td>Tajik
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <tr>
        <td>th
@@ -94105,7 +94140,12 @@
        <td>Turkish
        <td>windows-1254 <!-- Windows Vista, Chrome, and Firefox agreed -->
 
-      <!-- tt, Tatar, is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- tt, Tatar, was not initially listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1251 -->
+      <!-- further feedback has changed this: -->
+      <tr>
+       <td>tt
+       <td>Tatar
+       <td>windows-1251 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 -->
 
       <!-- tzm-Latn-DZ, Tamazight (Latin, Algeria), uses windows-1252: Windows Vista and Firefox agreed -->
 




More information about the Commit-Watchers mailing list