[docs] [issue24894] iso-8859-11 missing from codecs table

Ezio Melotti report at bugs.python.org
Wed Aug 19 08:10:25 CEST 2015


New submission from Ezio Melotti:

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

----------
assignee: docs at python
components: Documentation, Unicode
keywords: easy
messages: 248819
nosy: docs at python, ezio.melotti, haypo
priority: normal
severity: normal
stage: needs patch
status: open
title: iso-8859-11 missing from codecs table
type: enhancement
versions: Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24894>
_______________________________________


More information about the docs mailing list