Package: bugs.debian.org
Severity: normal

Example: #961302
Done: =?utf-8?q?J=C3=B6rg_Frings-F=C3=BCrst?= <debian@jff.email>

Please do RFC 2047 decoding of the name, e.g. with Encode::MIME::Header
perl -e 'binmode(STDOUT, ":utf8");
  use Encode qw(decode);
  print decode("MIME-Header", "=?utf-8?q?J=C3=B6rg_Frings-F=C3=BCrst?=");'

Reply via email to