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 hagen
Recipients hagen
Date 2009-05-30.20:45:00
SpamBayes Score 9.2067395e-08
Marked as misclassified No
Message-id <1243716302.52.0.46548419038.issue6150@psf.upfronthosting.co.za>
In-reply-to
Content
ERROR: test_codecs_utf8 (__main__.UnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_unicode.py", line 911, in test_codecs_utf8
    self.assertEqual('\ud800\udc02'.encode('utf-8'), b'\xf0\x90\x80\x82')
UnicodeEncodeError: 'utf-8' codec can't encode character '\ud800' in
position 0: surrogates not allowed
History
Date User Action Args
2009-05-30 20:45:02hagensetrecipients: + hagen
2009-05-30 20:45:02hagensetmessageid: <1243716302.52.0.46548419038.issue6150@psf.upfronthosting.co.za>
2009-05-30 20:45:01hagenlinkissue6150 messages
2009-05-30 20:45:00hagencreate