Package: kbd-chooser Severity: normal Tags: patch The de.po file uses ISO-8859-1 or -15 encoding but announces itself as UTF-8 encoded.
The attached patch corrects this. This BR as a reminder while alioth is down. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux mykerinos 2.6.0 #1 Thu Dec 18 10:33:22 CET 2003 i686 Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8)
--- debian/po/de.po 2003-12-30 12:35:15.000000000 +0100 +++ debian/po/de-new.po 2004-01-02 14:25:48.000000000 +0100 @@ -21,7 +21,7 @@ "Last-Translator: Alwin Meschede <[EMAIL PROTECTED]>\n" "Language-Team: <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.2\n"

