* Joe Schaefer wrote: > Listed in the TODO section of STATUS is this: > > - Implement (some of) RFC 2047 in the multipart parser. > > e.g. > > Content-Disposition: name="foo" filename="=?iso-8859-1?q?foo.txt?=" > > Should we try and decode filename to "foo.txt", or leave it encoded?
I guess that might be wrong. Quoted strings and parameters are not part of RFC 2047. You might have a look at RFC 2184 instead. I'm not sure if many prgrams understand that correctly, though. nd -- package Hacker::Perl::Another::Just;print [EMAIL PROTECTED] split/::/ =>__PACKAGE__]}~; # André Malo # http://pub.perlig.de #
