]> granicus.if.org Git - python/commit
Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswapping
authorWalter Dörwald <walter@livinglogic.de>
Fri, 21 Feb 2003 18:18:49 +0000 (18:18 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 21 Feb 2003 18:18:49 +0000 (18:18 +0000)
commite9b851a5e9a35714e786d7ad72fde50e9d4c0a29
tree7a959fba0a0736b755148e58527e2b20cb5c488d
parent14821c59147228d45e3b6f828e7188a4075fa9cb
Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswapping
is required for the chosen internal encoding in the init function,
as this seems to have a better chance of working under Irix and
Solaris.

Also change the test character from '\x01' to '0'.

This might fix SF bug #690309.
Modules/_iconv_codec.c