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 ezio.melotti
Recipients docs@python, ezio.melotti, vstinner
Date 2015-08-19.06:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439964625.02.0.805508700241.issue24894@psf.upfronthosting.co.za>
In-reply-to
Content
In https://docs.python.org/3/library/codecs.html#standard-encodings
iso8859_11 appears to be missing.  'thai' seems a valid alias for this encoding, but there might be others.
cp874 also covers the thai alphabet, but it's a different encoding.

Note that iso8859_12 is also missing, but that is expected.

See also https://en.wikipedia.org/wiki/ISO/IEC_8859#The_Parts_of_ISO.2FIEC_8859
History
Date User Action Args
2015-08-19 06:10:25ezio.melottisetrecipients: + ezio.melotti, vstinner, docs@python
2015-08-19 06:10:25ezio.melottisetmessageid: <1439964625.02.0.805508700241.issue24894@psf.upfronthosting.co.za>
2015-08-19 06:10:24ezio.melottilinkissue24894 messages
2015-08-19 06:10:24ezio.melotticreate