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 loewis
Recipients geon, loewis
Date 2009-01-03.12:06:45
SpamBayes Score 0.0011205656
Marked as misclassified No
Message-id <1230984407.84.0.801107914282.issue4815@psf.upfronthosting.co.za>
In-reply-to
Content
> In my opinion it would nice if user can either convert file to utf8 or
> to do nothing and add new encodings declaration or cancel.

Ypu can still add an encoding declaration after the file got converted.
Cancelling is also possible.

> If you give an encodings that doesn't exist, it shouldn't  destroy IDLE.

Right. Here is a patch that fixes that.
History
Date User Action Args
2009-01-03 12:06:47loewissetrecipients: + loewis, geon
2009-01-03 12:06:47loewissetmessageid: <1230984407.84.0.801107914282.issue4815@psf.upfronthosting.co.za>
2009-01-03 12:06:47loewislinkissue4815 messages
2009-01-03 12:06:46loewiscreate