From: Jan Engelhardt <[email protected]>
Date: 2012-06-01 16:51:04.974233292 +0200

Some locale files have an incorrectly assigned charset, which
led to, for example,

[ftp]
==> CWD ikke nřdvendig.
when it should have been
==> CWD ikke nødvendig.

---
 po/et.po |    2 +-
 po/nb.po |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: wget-1.13.4/po/et.po
===================================================================
--- wget-1.13.4.orig/po/et.po
+++ wget-1.13.4/po/et.po
@@ -13,7 +13,7 @@ msgstr ""
 "Language-Team: Estonian <[email protected]>\n"
 "Language: et\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-15\n"
+"Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8-bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
Index: wget-1.13.4/po/nb.po
===================================================================
--- wget-1.13.4.orig/po/nb.po
+++ wget-1.13.4/po/nb.po
@@ -12,7 +12,7 @@ msgstr ""
 "Language-Team: Norwegian <[email protected]>\n"
 "Language: no\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-2\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #: lib/error.c:185

Reply via email to