[issue6967] codec windows1256 should be windows windows-1256

2009-09-22 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r75015. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue6967] codec windows1256 should be windows windows-1256

2009-09-22 Thread Sascha
New submission from Sascha : 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 "", line 1, in LookupError: unknown encoding: windows125