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 theller
Recipients theller
Date 2008-11-25.12:43:04
SpamBayes Score 9.682473e-09
Marked as misclassified No
Message-id <1227616992.36.0.883243032558.issue4429@psf.upfronthosting.co.za>
In-reply-to
Content
ctypes raises UnicodeDecodeError in german windows (it should print
'Unzulässige Funktion'):

>>> from ctypes import FormatError
[46681 refs]
>>> FormatError(1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 5-7:
invalid data
[46742 refs]
>>>
History
Date User Action Args
2008-11-25 12:43:12thellersetrecipients: + theller
2008-11-25 12:43:12thellersetmessageid: <1227616992.36.0.883243032558.issue4429@psf.upfronthosting.co.za>
2008-11-25 12:43:05thellerlinkissue4429 messages
2008-11-25 12:43:04thellercreate