-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoding problems #12
Comments
Thank you for the detailed report! |
Problem solved:
|
Nice! @d-01 would you mind to send a pull request? |
I have encountered a problem with cyrillic text encoding.
From Windows Explorer:
From powershell console:
From Jupyter Notebook:
I have found a workaround, but not sure how to apply this to fix the problem:
Environment information:
The version of the notebook server is: 5.6.0
The server is running on this version of Python: Python 3.7.0 (default, Jun 28 2018, 08:04:48) [MSC v.1912 64 bit (AMD64)]
Kernel info:
What else I've tried so far:
$OutputEncoding
global variable[console]::OutputEncoding
[console]::InputEncoding
chcp 866
– doing nothing tocmd /cdir
andGet-ChildItem
/ls
outputchcp 65001
– fixescmd /cdir
but notGet-ChildItem
/ls
outputStandard kernel (IPython 6.5.0) works fine:
In:
Out:
From powershell console:
From Jupyter Notebook:
The text was updated successfully, but these errors were encountered: