Glenn Linderman <v+pyt...@g.nevcal.com> added the comment:

R. David:

Pierre said:
BytesFeedParser only uses the ascii codec ; if the header has non ASCII 
characters (filename in a multipart/form-data), they are replaced by ? : the 
original file name is lost. So for the moment I leave the text version of 
FeedParser

I say:
Does this mean BytesFeedParser, to be useful for cgi.py, needs to accept an 
input parameter encoding, defaulting to ASCII for the email case?  Should that 
be a new issue?  Or should cgi.py, since it can't use email to do all its work 
(no support for file storage, no support for encoding) simply not try, and use 
its own code for header decoding also?  The only cost would be support for 
Encoded-Word -- but it is not clear that HTTP uses them?  Can anyone give an 
example of such?  Read the next message here for an example of filename 
containing non-ASCII.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4953>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to