Bug#659971: /usr/bin/caff: Doesn't properly quote umlauts in $CONFIG{'owner'}

2014-02-05 Thread Guilhem Moulin
tags 659971 patch thanks One could use the (core) module I18N::Langinfo to decode $CONFIG{'owner'} from the user's locale to Perl's internal format. Also, since the template is expected to be in UTF-8, it needs to be converted as well. Cheers, -- Guilhem. --- a/usr/bin/caff +++

Bug#659971: /usr/bin/caff: Doesn't properly quote umlauts in $CONFIG{'owner'}

2014-02-05 Thread Guilhem Moulin
Oh, I forgot about UIDs, which may need to be converted as well. Patch updated, sorry for the noise. -- Guilhem. diff -ru a/caff/caff b/caff/caff --- a/caff/caff +++ b/caff/caff @@ -321,6 +321,7 @@ use Text::Template; use MIME::Entity; use Encode; +use I18N::Langinfo; use Fcntl; use

Bug#659971: /usr/bin/caff: Doesn't properly quote umlauts in $CONFIG{'owner'}

2012-02-15 Thread Uwe Kleine-König
Package: signing-party Version: 1.1.3-1 Severity: normal File: /usr/bin/caff Hello, it was brought to my attention that the mails I send using caff don't encode my name in the From: header. I'm using an utf-8 locale and $CONFIG{'owner'} = q{Uwe Kleine-König.de}; This breaks because of: