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 spuk
Recipients hyeshik.chang, lemburg, spuk
Date 2009-03-05.09:00:29
SpamBayes Score 0.0063469415
Marked as misclassified No
Message-id <1236243636.31.0.292293530119.issue1176504@psf.upfronthosting.co.za>
In-reply-to
Content
We hit this problem with system-config-printer in Mandriva Linux
(<https://qa.mandriva.com/show_bug.cgi?id=48158>). Fixed it with this
patch
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/python/current/SOURCES/python-2.5.2-fix_UTF-8_name.patch?view=log

The "UTF8" name was introduced here
<http://svn.python.org/view?view=rev&revision=38027> (4 years and 2
months ago), to account for libc expectations, which seem to have
changed again currently.

This also seems related or the same as
<http://bugs.python.org/issue1699853>.
History
Date User Action Args
2009-03-05 09:00:36spuksetrecipients: + spuk, lemburg, hyeshik.chang
2009-03-05 09:00:36spuksetmessageid: <1236243636.31.0.292293530119.issue1176504@psf.upfronthosting.co.za>
2009-03-05 09:00:32spuklinkissue1176504 messages
2009-03-05 09:00:29spukcreate