This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients andre, vstinner
Date 2008-11-14.11:17:55
SpamBayes Score 0.00064858544
Marked as misclassified No
Message-id <1226661477.79.0.446972312974.issue4323@psf.upfronthosting.co.za>
In-reply-to
Content
> If accepted, the file is saved with the wrong encoding

"accept" means click on the "OK" button. You have to click on the 
biggest button "Edit my file" to create a valid file.

The problem here is the text in the dialog but also the possibility to 
create an invalid file. 

Two solutions:
 - don't ask user for a confirmation (always insert the header)
 - replace "OK" button by "Cancel" button: the user wants maybe an 
ASCII only file but inserted by error an unicode character (eg. non 
breaking space!)
History
Date User Action Args
2008-11-14 11:17:57vstinnersetrecipients: + vstinner, andre
2008-11-14 11:17:57vstinnersetmessageid: <1226661477.79.0.446972312974.issue4323@psf.upfronthosting.co.za>
2008-11-14 11:17:57vstinnerlinkissue4323 messages
2008-11-14 11:17:56vstinnercreate