On Sunday 2012-06-17 22:33, Giuseppe Scrivano wrote: >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
The TP database already lists utf-8 for et since 1.12-pre7, so maybe wget needs to update the files it has with new copies from TP? >> 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
