[html5] r8259 - [giow] (2) Add greek to the default encoding logic. Fixing https://www.w3.org/Bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 6 13:42:53 PST 2013


Author: ianh
Date: 2013-11-06 13:42:50 -0800 (Wed, 06 Nov 2013)
New Revision: 8259

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

Modified: complete.html
===================================================================
--- complete.html	2013-11-06 21:38:21 UTC (rev 8258)
+++ complete.html	2013-11-06 21:42:50 UTC (rev 8259)
@@ -84421,9 +84421,12 @@
 
       <!-- de, German, uses windows-1252: Windows Vista, Chrome, and Firefox agreed -->
 
-      <!-- el, Greek, is not listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted windows-1252 -->
-
+      <!-- el, Greek, was not initially listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted windows-1252 -->
       <!-- el-GR, Greek (Greece), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1253 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>el
+       <td>Greek
+       <td>ISO-8859-7 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23090 -->
 
       <!-- en, English, uses windows-1252: Windows Vista and Firefox agreed -->
 

Modified: index
===================================================================
--- index	2013-11-06 21:38:21 UTC (rev 8258)
+++ index	2013-11-06 21:42:50 UTC (rev 8259)
@@ -84421,9 +84421,12 @@
 
       <!-- de, German, uses windows-1252: Windows Vista, Chrome, and Firefox agreed -->
 
-      <!-- el, Greek, is not listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted windows-1252 -->
-
+      <!-- el, Greek, was not initially listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted windows-1252 -->
       <!-- el-GR, Greek (Greece), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1253 -->
+      <!-- further feedback has changed this: -->
+      <tr><td>el
+       <td>Greek
+       <td>ISO-8859-7 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23090 -->
 
       <!-- en, English, uses windows-1252: Windows Vista and Firefox agreed -->
 

Modified: source
===================================================================
--- source	2013-11-06 21:38:21 UTC (rev 8258)
+++ source	2013-11-06 21:42:50 UTC (rev 8259)
@@ -93888,9 +93888,13 @@
 
       <!-- de, German, uses windows-1252: Windows Vista, Chrome, and Firefox agreed -->
 
-      <!-- el, Greek, is not listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted windows-1252 -->
-
+      <!-- el, Greek, was not initially listed here because Windows Vista wanted windows-1253, Chrome wanted ISO-8859-7, and Firefox wanted windows-1252 -->
       <!-- el-GR, Greek (Greece), is not listed here because neither Chrome nor Firefox knew about it. For what it's worth, Windows Vista wanted windows-1253 -->
+      <!-- further feedback has changed this: -->
+      <tr>
+       <td>el
+       <td>Greek
+       <td>ISO-8859-7 <!-- per https://www.w3.org/Bugs/Public/show_bug.cgi?id=23090 -->
 
       <!-- en, English, uses windows-1252: Windows Vista and Firefox agreed -->
 




More information about the Commit-Watchers mailing list