pybricsdev progress bar on Windows Terminal shows garbage #2328
BertLindeman
started this conversation in
General
Replies: 2 comments 4 replies
-
|
Since Windows Terminal is a relatively new program, I'm surprised that it wouldn't be using utf-8 by default. What was the code page before you switched? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I was not able to reproduce: PS C:\Users\extra> chcp 437
Active code page: 437
PS C:\Users\extra> echo "print('hi')" | uvx pybricksdev run ble -
Searching for any hub with Pybricks service...
100%|███████████████████████████████████████████████████████████████████████████████| 55.0/55.0 [00:00<00:00, 2.41kB/s]
hi
PS C:\Users\extra> uvx pybricksdev --version
pybricksdev v2.0.1
PS C:\Users\extra> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Example of that output:
Fix it by setting the code page to utf-8:
Now see:
Beta Was this translation helpful? Give feedback.
All reactions