wrong output encoding
See original GitHub issueFrom @IgorNovozhilov on April 6, 2017 20:13
Environment data
VS Code version: 1.11.1 Python Extension version: 0.6.0 Python Version: 3.3 OS and version: win7 pro RU-ru
Actual behavior
Expected behavior
Steps to reproduce:
- open
github.com/DonJayamanne/pythonVSCode
project - write
#TODO: Сделать это
Your settings.json:
https://github.com/DonJayamanne/pythonVSCode/blob/master/.vscode/settings.json
with "python.linting.enabled": true
Copied from original issue: DonJayamanne/pythonVSCode#861
Issue Analytics
- State:
- Created 6 years ago
- Comments:11
Top Results From Across the Web
php - UTF-8 Encoding still wrong output - Stack Overflow
I have an encoding problem. The table uses utf8_general_ci , the php header header("Content-Type: text/html; charset=utf-8"); and in the html the meta tag ......
Read more >CWE-116: Improper Encoding or Escaping of Output - MITRE
The software prepares a structured message for communication with another component, but encoding or escaping of the data is either missing or done...
Read more >Cmd output to file gives wrong character encoding - Super User
Workaround: open the file in an editor like notepad++, select OEM 850 as encoding and convert it to i.e. UTF-8. screenshot notepad++. Share....
Read more >Encoding | IntelliJ IDEA Documentation - JetBrains
To display and edit files correctly, IntelliJ IDEA needs to know which encoding to use. In general, source code files are mostly in...
Read more >HTML : UTF-8 Encoding still wrong output - YouTube
HTML : UTF-8 Encoding still wrong output [ Beautify Your Computer : https://www.hows.tech/p/recommended. html ] HTML : UTF-8 Encoding still ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, do not repeated any more. You can close issue.
Hi folks! I took this one on this afternoon, creating a Win7 VM with RU language as the default input, and remove the EN language altogether. I ran the pylint process in the file noted above, and added the TODO line as described.
I cannot seem to get the issue to reproduce. Is there any way one of @IgorNovozhilov, @DonJayamanne, can get it to repro? Otherwise perhaps this issue has been corrected by something else the team (or the VSCode team) have done.
BTW: I tried to reproduce this on the following environment, in case it makes a difference: OS: Windows 7 Enterprise [RU_ru] VSCode: 1.24.0-insider Python: 3.6.5 Node.js: 8.11.1 LTS
Thanks! -@d3r3kk