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 DerSascha
Recipients DerSascha, georg.brandl
Date 2009-09-22.10:21:21
SpamBayes Score 1.777883e-05
Marked as misclassified No
Message-id <1253614883.36.0.531547285438.issue6967@psf.upfronthosting.co.za>
In-reply-to
Content
It seem that there's a dash missing.

http://docs.python.org/dev/library/codecs.html#standard-encodings

>>> u'Sorry, this in here makes no sense'.encode('windows1256')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
LookupError: unknown encoding: windows1256

On the other hand windows-1256 works.
History
Date User Action Args
2009-09-22 10:21:23DerSaschasetrecipients: + DerSascha, georg.brandl
2009-09-22 10:21:23DerSaschasetmessageid: <1253614883.36.0.531547285438.issue6967@psf.upfronthosting.co.za>
2009-09-22 10:21:21DerSaschalinkissue6967 messages
2009-09-22 10:21:21DerSaschacreate