Skip to content
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

[BUG] python code chruck dosen't print utf8 characters #2076

Open
AAAB60 opened this issue Nov 27, 2024 · 0 comments
Open

[BUG] python code chruck dosen't print utf8 characters #2076

AAAB60 opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels

Comments

@AAAB60
Copy link

AAAB60 commented Nov 27, 2024

Describe the bug
python code chruck doesn't print utf8 characters, while it does in cmd

Markdown file
```python {cmd output="markdown"}
print("hello")
print("中文字符")
```

Screenshots
image

while lua does

Markdown file
```lua {cmd output="markdown"}
print("hello")
print("中文字符")
```

Screenshots
image

Environment

  • OS: Windows 10
  • VSCode: 1.79.2
  • Markdown Preview Enhanced: 0.8.15
  • python: Python 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)] on win32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants