I'd love to merge a well-tested, generic patch for this problem.

On Mon, 2008-04-07 at 18:14 +0200, Thorsten Schöning wrote:
> Guten Tag Jérôme Haguet,
> am Montag, 7. April 2008 um 17:55 schrieben Sie:
> 
> > +     %mail->>{'Content-Type'} = 'text/plain; charset="utf-8"';
> >       %mail->{ Subject } = $subject;
> >       %mail->{ Message } = $message;
> >   
> > --- 1165,1170 ----
> 
> > Is there a better way to fix this ? 
> 
> Perl stores strings in UTF-8 and those are directly written to the
> mail, the string should have been encoded into ISO-8859-1 if the
> former charset for the mail has been claimed to be ISO-8559-1. Your
> chage for the charset should be as good as to encode the output of the
> strings for subject and message, I think.
> 
> Mit freundlichen Grüßen,
> 
> Thorsten Schöning
> 

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to