[issue5902] Stricter codec names

Marc-Andre Lemburg report at bugs.python.org
Tue May 5 10:31:27 CEST 2009


Marc-Andre Lemburg <mal at egenix.com> added the comment:

On 2009-05-04 19:04, Georg Brandl wrote:
> Georg Brandl <georg at python.org> added the comment:
> 
> So, do you also think "utf" and "latin" should stay?

For Python 3.x, I think those can be removed. For 2.x it's better to
keep them.

Note that UTF-8 was the first official Unicode transfer encoding,
that's why it's sometimes referred to as "UTF".

The situation is similar for Latin-1. It was the first of a series of
encodings defined by ECMA which was later published by ISO under the name
ISO-8859 - long after the name "Latin-1" became popular which is why
it's the default name in Python.

----------

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


More information about the Python-bugs-list mailing list