[Python-Dev] Strange error importing a Pickle from 2.7 to 3.2
Alexander Belopolsky
alexander.belopolsky at gmail.com
Wed Feb 23 23:21:54 CET 2011
On Wed, Feb 23, 2011 at 4:23 PM, M.-A. Lemburg <mal at egenix.com> wrote:
..
> "Latin-1" is the official name and the one used internally by Python,
In what sense is "Latin-1" the official name? The IANA charset
registry has the following listing
Name: ISO_8859-1:1987 [RFC1345,KXS2]
MIBenum: 4
Source: ECMA registry
Alias: iso-ir-100
Alias: ISO_8859-1
Alias: ISO-8859-1 (preferred MIME name)
Alias: latin1
Alias: l1
Alias: IBM819
Alias: CP819
Alias: csISOLatin1
(See http://www.iana.org/assignments/character-sets)
"Latin-1" spelling does appear in various unicode.org documents, but
not in machine readable files as far as I can tell.
More information about the Python-Dev
mailing list