New submission from Pierre LM <[email protected]>: Hi, I have tried the official binaries of pypy3 2.1b1 on Windows 7 64bits. There is a problem with the utf-8 encoding (code page 65001) in Powershell 2.0 and cmd.exe. Please find herebelow a copy of the terminal:
PS C:\temp\pypy3-2.1-beta1-win32> chcp 1252 Aktive Codepage: 1252. PS C:\temp\pypy3-2.1-beta1-win32> .\pypy.exe Python 3.2.3 (d63636b30cc0, Jul 30 2013, 07:02:44) [PyPy 2.1.0-beta1 with MSC v.1500 32 bit] on win32 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``"3 + 3 = 8" - Anto in the JIT talk'' >>>> exit() PS C:\temp\pypy3-2.1-beta1-win32> chcp 65001 Aktive Codepage: 65001. PS C:\temp\pypy3-2.1-beta1-win32> .\pypy.exe debug: OperationError: debug: operror-type: LookupError debug: operror-value: unknown encoding: cp65001 debug: OperationError: debug: operror-type: AttributeError debug: operror-value: 'module' object has no attribute 'stderr' PS C:\temp\pypy3-2.1-beta1-win32> ---------- messages: 6203 nosy: plm, pypy-issue priority: bug release: 2.1 status: unread title: Utf-8 encoding problem with Powershell on Windows ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1613> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
