Message 51546 - Python tracker (original) (raw)

Message51546

Author bialix
Recipients
Date 2006-12-16.14:24:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm working on Bazaar (bzr) VCS. One of our user report about bug that occurs because of his Windows XP machine use cp720 codepage for DOS console. cp720 is OEM Arabic codepage. Python standard library does not have encoding map for this encoding so I create corresponding one. Attached patch provide cp720.py file for encodings package and mention this encoding in documentation.
History
Date User Action Args
2007-08-23 15:55:46 admin link issue1616979 messages
2007-08-23 15:55:46 admin create