From be37cf95beca847cc73733ef90569e5e50a6fafa Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 22 Jan 2004 21:00:38 +0000 Subject: Updated encodings list --- ChangeLog | 7 +++++++ embed/ephy-encodings.c | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ad106824..6b242f8fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-01-22 Christian Persch + + * 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 * embed/mozilla/EventContext.cpp: 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 }, -- cgit v1.2.3