On Sat, Nov 05, 2005 at 05:12:17PM +0100, gregor herrmann wrote: > BTW: Why have you sent this mail only to me and not to the BTS? I'm sorry.
> cc'ing [EMAIL PROTECTED] now. I will do the same from now on. > $ grep mapeurochars /home/gregoa/.criprc > $mapeurochars = "on"; Ah. With "mapeurochars = on" it should work. See this: grep mapeurochars ~/.criprc mapeurochars = on perl -d /usr/bin/crip Loading DB routines from perl5db.pl version 1.28 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(/usr/bin/crip:4): $ENV{PATH} .= ":/usr/lib/crip"; DB<1> s main::(/usr/bin/crip:6): $version = "crip v3.5 (http://bach.dynet.com/crip)"; ... DB<2> s main::(/usr/bin/crip:179): open(CONFIG, "<" . $ENV{HOME} . "/.criprc"); DB<2> s main::(/usr/bin/crip:180): while (<CONFIG>) { DB<2> main::(/usr/bin/crip:184): s/\=/___EQ___/; # replace first equal sign DB<2> main::(/usr/bin/crip:185): ($key, $val) = split /___EQ___/; DB<2> main::(/usr/bin/crip:186): $key =~ s/[\t ]//g; # trim leading & trailing spaces DB<2> main::(/usr/bin/crip:187): $val = join " ", grep { $_ } split /[\t ]/, $val; ... main::(/usr/bin/crip:188): ${$key} = $val; ... main::(/usr/bin/crip:191): close CONFIG; ... DB<2> main::(/usr/bin/crip:195): $cddbsubmitaddrCc = $contact; DB<2> p $mapeurochars on ... DB<4> main::(/usr/bin/crip:312): if (defined $askclassicalflag) { DB<4> main::(/usr/bin/crip:319): if (! -e $cddevice) { DB<4> main::(/usr/bin/crip:320): die "No such device: $cddevice!\n$USAGE"; DB<4> No such device: /dev/cdrom! /usr/bin/crip [options] Options: -h, --help Print this help then exit -v, --version Print version of crip then exit ... at /usr/bin/crip line 320 Debugged program terminated. Use q to quit or R to restart, use O inhibit_exit to avoid stopping after program termination, h q, h R or h O to get additional info. DB<4> p $mapeurochars on DB<5> q > PS: Maybe you could take a look at "#334535: crip: error in cddb > submissions with non-ASCII characters", too. Sure. As soon as I verified that the ~/.criprc works I will contact upstream and add a "encoding"-variable. Regards, Timo
signature.asc
Description: Digital signature