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 georg.brandl
Recipients Viscaynot, georg.brandl, loewis
Date 2007-09-03.07:08:04
SpamBayes Score 0.00022127037
Marked as misclassified No
Message-id <46DBB2D4.5040908@gmx.net>
In-reply-to <1188790607.8.0.739401966069.issue1092@psf.upfronthosting.co.za>
Content
Vizcaynot schrieb:
> New submission from Vizcaynot:
> 
> When trying the tutorial example about unicode  I have:
>>>> "Äpfel".encode('utf-8')
>   File "<stdin>", line 1
> SyntaxError: (unicode error) unexpected code byte

This is definitely a bug. Assigning to Martin to investigate.
History
Date User Action Args
2007-09-03 07:08:04georg.brandlsetspambayes_score: 0.00022127 -> 0.00022127037
recipients: + georg.brandl, loewis, Viscaynot
2007-09-03 07:08:04georg.brandllinkissue1092 messages
2007-09-03 07:08:04georg.brandlcreate