formulahendry / formulahendry/vscode-code-runner

���� symbols in output

Open
#1,169 1 comment 0 reactions 0 assignees View on GitHub
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**
![Снимок экрана 2024-08-20 183109](https://github.com/user-attachments/assets/072071d7-62b1-4f65-9dca-637eb50c7161)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.