You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
������������
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:
In vscode/micropico:
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
The text was updated successfully, but these errors were encountered: