Package: debroster
Version: 1.11
Severity: minor
Tags: patch


Hi Matthew!

The names of maintainers with non iso-8859-1 characters in their names
(for example "Noèl Köthe <[EMAIL PROTECTED]>" are not displayed
properly.

The attached patch fixes this simply but calling Eterm / xterm with
utf-8 instead of iso8859-1.


Yours sincerely,
  Alexander

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages debroster depends on:
ii  eterm                    0.9.2-8         Enlightened Terminal Emulator
ii  xterm                    4.3.0.dfsg.1-10 X terminal emulator

-- no debconf information
--- debroster.org       2005-01-26 16:00:03.000000000 +0100
+++ debroster   2005-01-26 16:56:35.000000000 +0100
@@ -12,10 +12,10 @@
 
 if [ -x "$ETERM_BIN" ] ; then
 #      $ETERM_BIN -g $DIMENSIONS+0+0 -e ./eterm.sh
-       $ETERM_BIN  -n 'Debian - Is your distribution this big?' -P 
/usr/lib/debroster/openlogo1.jpg@:s -f black -F 
'-*-courier-*-*-*-*-*-200-*-*-*-*-iso8859-1'  -c white -e 
/usr/lib/debroster/dr.sh
+       $ETERM_BIN  -n 'Debian - Is your distribution this big?' -P 
/usr/lib/debroster/openlogo1.jpg@:s -f black -F 
'-*-courier-*-*-*-*-*-200-*-*-*-*-utf-8'  -c white -e /usr/lib/debroster/dr.sh
 elif [ -x /usr/X11R6/bin/xterm ]; then
 #    echo no eterm
-    /usr/X11R6/bin/xterm +bc -cr white +j -ms white +s +sb +si -wf -title 
'Debian - Is your distribution this big?' -fn 
'-*-courier-*-*-*-*-*-200-*-*-*-*-iso8859-1' -e /usr/lib/debroster/dr.sh
+    /usr/X11R6/bin/xterm +bc -cr white +j -ms white +s +sb +si -wf -title 
'Debian - Is your distribution this big?' -fn 
'-*-courier-*-*-*-*-*-200-*-*-*-*-utf-8' -e /usr/lib/debroster/dr.sh
 else
     echo "No valid terminal application!!"
 fi

Reply via email to