aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-01-23 05:00:38 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-23 05:00:38 +0800
commitbe37cf95beca847cc73733ef90569e5e50a6fafa (patch)
treed01ec6e02315d73ed375b0aea3da9c3823bfa145
parente4eab700075a1227daac36dab576577d63fd6d9f (diff)
downloadgsoc2013-epiphany-be37cf95beca847cc73733ef90569e5e50a6fafa.tar
gsoc2013-epiphany-be37cf95beca847cc73733ef90569e5e50a6fafa.tar.gz
gsoc2013-epiphany-be37cf95beca847cc73733ef90569e5e50a6fafa.tar.bz2
gsoc2013-epiphany-be37cf95beca847cc73733ef90569e5e50a6fafa.tar.lz
gsoc2013-epiphany-be37cf95beca847cc73733ef90569e5e50a6fafa.tar.xz
gsoc2013-epiphany-be37cf95beca847cc73733ef90569e5e50a6fafa.tar.zst
gsoc2013-epiphany-be37cf95beca847cc73733ef90569e5e50a6fafa.zip
Updated encodings list
-rw-r--r--ChangeLog7
-rw-r--r--embed/ephy-encodings.c3
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ad106824..6b242f8fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-01-22 Christian Persch <chpe@cvs.gnome.org>
+ * embed/ephy-encodings.c:
+
+ Delete UTF-7 from our list of known encodings, since no web page
+ should ever be in UTF-7.
+
+2004-01-22 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/EventContext.cpp:
* src/ephy-tab.c: (address_has_web_scheme):
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c
index 563575a0c..c9c6ccbbe 100644
--- a/embed/ephy-encodings.c
+++ b/embed/ephy-encodings.c
@@ -124,7 +124,6 @@ encoding_entries [] =
{ N_("Turkish (_MacTurkish)"), "x-mac-turkish", LG_TURKISH, FALSE },
{ N_("Turkish (_Windows-1254)"), "windows-1254", LG_TURKISH, FALSE },
{ N_("Unicode (UTF-_8)"), "UTF-8", LG_UNICODE, FALSE },
- { N_("Unicode (UTF-_7)"), "UTF-7", LG_UNICODE, FALSE },
{ N_("Cyrillic/Ukrainian (_KOI8-U)"), "KOI8-U", LG_UKRAINIAN, FALSE },
{ N_("Cyrillic/Ukrainian (Mac_Ukrainian)"), "x-mac-ukrainian", LG_UKRAINIAN, FALSE },
{ N_("Vietnamese (_TCVN)"), "x-viet-tcvn5712", LG_VIETNAMESE, FALSE },
@@ -142,7 +141,7 @@ encoding_entries [] =
*/
{ N_("English (_US-ASCII)"), "us-ascii", 0, FALSE },
{ N_("Unicode (UTF-_16 BE)"), "UTF-16BE", 0, FALSE },
- { N_("Unicode (UTF-1_6 LE)"), "UTF-16LE", 0, FALSE},
+ { N_("Unicode (UTF-1_6 LE)"), "UTF-16LE", 0, FALSE },
{ N_("Unicode (UTF-_32 BE)"), "UTF-32BE", 0, FALSE },
{ N_("Unicode (UTF-3_2 LE)"), "UTF-32LE", 0, FALSE },