[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Wrong encoding for nb/et po files
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] Wrong encoding for nb/et po files |
Date: |
Sun, 17 Jun 2012 22:33:50 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Hi,
please report these problems to the translation project[1], translation
files are not maintained by us but we just distribute them.
Thanks,
Giuseppe
1) http://translationproject.org
Jan Engelhardt <address@hidden> writes:
> 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