Output in Visual Studio Code can't decode Cyrillic characters:
The same code works fine in PyCharm:
How do I quickly fix this issue? There must be some simple way.
Auto Guess Encoding in Settings doesn't work since it's for files, not the output.
Edit: the problem was the Code Runner extension in VSCode. Disabling it or running script in terminal does the job.