Subject: | multipart_start doesn't accept a -charset parameter |
I was recently investigating a bug in the development Bugzilla, and
discovered the problem was caused by CGI.pm's multipart_start() not
accepting a -charset parameter. This meant that is was impossible to
specify a UTF-8 multipart (without putting the charset in the content type).
So, I provided a patch to Bugzilla to modify their
Bugzilla::CGI::multipart_start() to accept -charset. This was provided
in https://bugzilla.mozilla.org/show_bug.cgi?id=357526 and subsequently
checked in:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/webtools/bugzilla/Bugzilla&command=DIFF_FRAMESET&file=CGI.pm&rev1=1.29&rev2=1.30&root=/cvsroot
It was suggested that this bug was reported upstream, so here it is...
Cheers,
John.