bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Wrong encoding for nb/et po files


From: Jan Engelhardt
Subject: [Bug-wget] Wrong encoding for nb/et po files
Date: Sat, 16 Jun 2012 18:29:06 +0200 (CEST)
User-agent: Alpine 2.01 (LNX 1266 2009-07-14)

From: Jan Engelhardt <address@hidden>
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 <address@hidden>\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 <address@hidden>\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

[Prev in Thread] Current Thread [Next in Thread]