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

Unicode characters in REPL output #265

Open
Odud opened this issue Dec 18, 2024 · 0 comments
Open

Unicode characters in REPL output #265

Odud opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Odud
Copy link

Odud commented Dec 18, 2024

I'm using the Micropico extension in vscode. Extended characters (unicode?) don't print correctly in the Micropico extension but work ok in Thonny. The vscode settings for terminal font family don't seem to have any effect so I suspect that the Micropico extension is using its own font family or doing something odd with multibyte chars and I can't see in the settings where this is set or how to correct it.

In Thonny:

MicroPython v1.24.1 on 2024-11-29; Raspberry Pi Pico W with RP2040
Type "help()" for more information.
>>> print('\u0420\u043e\u0441\u0441\u0438\u044f')
Россия

In vscode/micropico:

MicroPython v1.24.1 on 2024-11-29; Raspberry Pi Pico W with RP2040
Type "help()" for more information or .help for custom vREPL commands.
>>> print('\u0420\u043e\u0441\u0441\u0438\u044f')
������������

MicroPico 4.1.0

Version: 1.96.0 (user setup)
Commit: 138f619c86f1199955d53b4166bef66ef252935c
Date: 2024-12-11T02:29:09.626Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.19045

@Odud Odud added the bug Something isn't working label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant