New issue 3081: OperationError: cp65001 is only available on Windows
https://bitbucket.org/pypy/pypy/issues/3081/operationerror-cp65001-is-only-available

Ondrej B:

Running recent nightly of pypy3.6 \(`pypy-c-jit-97573-3035e3be6a6d-win32`\) on 
Windows with active codepage 65001 gives the following error:

‌

```
C:\pypy-c-jit-97573-3035e3be6a6d-win32>chcp 65001
Active code page: 65001

C:\pypy-c-jit-97573-3035e3be6a6d-win32>pypy3
debug: OperationError:
debug:  operror-type: LookupError
debug:  operror-value: cp65001 encoding is only available on Windows

C:\pypy-c-jit-97573-3035e3be6a6d-win32>
```

Found with Pillow tests on GitHub Actions: 
https://github.com/nulano/Pillow/runs/234636672#step:16:1340

The same issue was closed in 2013 as “will fix for pypy3.3”: 
https://bitbucket.org/pypy/pypy/issues/1613/utf-8-encoding-problem-with-powershell-on

Is there any update on this?


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to