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 barry, christian.heimes, lemburg, vstinner
Date 2008-10-27.14:35:15
SpamBayes Score 0.02293627
Marked as misclassified No
Message-id <1225118117.41.0.168843464272.issue4213@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to get the "most common charset name": use 
codecs.lookup(codeset).name.
History
Date User Action Args
2008-10-27 14:35:17vstinnersetrecipients: + vstinner, lemburg, barry, christian.heimes
2008-10-27 14:35:17vstinnersetmessageid: <1225118117.41.0.168843464272.issue4213@psf.upfronthosting.co.za>
2008-10-27 14:35:16vstinnerlinkissue4213 messages
2008-10-27 14:35:16vstinnercreate