Package: ding
Version: 1.5-3
Severity: normal
Tags: patch

Hi,

Ubuntu dropped the explicit setting of LC_CTYPE to de_DE.UTF8 to fix the
following bug:
https://bugs.launchpad.net/ubuntu/+source/ding/+bug/174596

I'm able to reproduce the reported behaviour on my Debian sid box, with
the following locales available:

[EMAIL PROTECTED]:~$ locale -a
C
en_US.utf8
POSIX

Please consider applying the Ubuntu patch, if you find it appropriate:

+++ 1.5-3ubuntu2/ding   2008-05-21 11:15:56.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 # the next line restarts using wish \
-LC_CTYPE=de_DE.UTF-8; export LC_CTYPE; exec wish "$0" "$@"
+exec wish "$0" "$@"
 
 # This is "ding", 
 #  * A dictionary lookup program,

ciao,
    ema



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to