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 doko
Recipients
Date 2005-03-20.13:32:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
checked with glibc-2.3.2 on a Debian/sarge system. The
locale_alias and the encoding_alias tables map the
encoding from utf-8, utf8 to utf, which is not a valid
encoding, at least on this system.

LANG=de_DE.utf-8 python -c 'import locale;
locale.resetlocale()'
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/lib/python2.3/locale.py", line 391, in
resetlocale
    _setlocale(category,
_build_localename(getdefaultlocale()))
locale.Error: unsupported locale setting
History
Date User Action Args
2007-08-23 15:42:17adminlinkissue1166957 messages
2007-08-23 15:42:17admincreate