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 mintaka
Recipients georg.brandl, mintaka
Date 2009-08-24.07:40:37
SpamBayes Score 0.00016892023
Marked as misclassified No
Message-id <1251099639.65.0.386311489493.issue6772@psf.upfronthosting.co.za>
In-reply-to
Content
On page 
http://docs.python.org/dev/3.0/library/codecs.html#standard-encodings
(and on the pages for older versions too)
in the table with review, is missing higly used alias "utf-8"

On that row is only:
Codec 	Aliases 	Languages
utf_8 	U8, UTF, utf8 	all languages
And probably there should be:
utf_8 	U8, UTF, utf8, utf-8 	all languages
History
Date User Action Args
2009-08-24 07:40:39mintakasetrecipients: + mintaka, georg.brandl
2009-08-24 07:40:39mintakasetmessageid: <1251099639.65.0.386311489493.issue6772@psf.upfronthosting.co.za>
2009-08-24 07:40:38mintakalinkissue6772 messages
2009-08-24 07:40:37mintakacreate