[Pkg-kde-extras] Bug#431438: kftpgrabber: Defaults to latin-1 encoding

Thijs Kinkhorst thijs at debian.org
Mon Jul 2 15:33:36 UTC 2007


Package: kftpgrabber
Version: 0.8.0~beta2-1
Severity: minor

Hi,

kftpgrabber defaults to iso-8859-1 encoding. It may be more logical to
use the system default, or if that's not possible, at least the Debian
default UTF-8. This makes sense for upstream aswell since UTF-8 is far
more complete than the iso-8859-* sets.

Attached is a patch that changes this.


thanks,
Thijs

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages kftpgrabber depends on:
ii  kdelibs4c2a            4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libc6                  2.3.6.ds1-13      GNU C Library: Shared libraries
ii  libgcc1                1:4.1.1-21        GCC support library
ii  libqt3-mt              3:3.3.7-4         Qt GUI Library (Threaded runtime v
ii  libssl0.9.8            0.9.8c-4          SSL shared libraries
ii  libstdc++6             4.1.1-21          The GNU Standard C++ Library v3
ii  libx11-6               2:1.0.3-7         X11 client-side library
ii  zlib1g                 1:1.2.3-13        compression library - runtime

kftpgrabber recommends no packages.

-- no debconf information
-------------- next part --------------
--- kftpgrabber/src/misc/kftpgrabber.kcfg.orig	2006-11-09 11:09:47.000000000 +0100
+++ kftpgrabber/src/misc/kftpgrabber.kcfg	2007-07-02 17:30:06.000000000 +0200
@@ -95,7 +95,7 @@
     </entry>
     
     <entry name="defEncoding" type="String">
-      <default>iso 8859-1</default>
+      <default>utf8</default>
       <label>The default site encoding.</label>
     </entry>
     


More information about the pkg-kde-extras mailing list