formulahendry / formulahendry/vscode-code-runner
���� symbols in output
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version: last on 20.08.2024
- OS Version:
- Code Runner Version: l ast on 20.08.2024
**Describe the bug**
why when I print a string consisting of Russian letters using 'Run code', I see the characters "���"??? But when I output the same string through the terminal, everything is output fine. How to fix this?
**To Reproduce**
Steps to reproduce the behavior:
1. print("год")
2. print("месяц")
3. print("дата")
**Expected behavior**
should have brought it out:
год
месяц
дата
**Screenshots**

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.