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

Weird characters are printed instead of lines and colours don't match #21

Closed
aj-white opened this issue Jun 14, 2023 · 1 comment · Fixed by #26
Closed

Weird characters are printed instead of lines and colours don't match #21

aj-white opened this issue Jun 14, 2023 · 1 comment · Fixed by #26
Labels
documentation Improvements or additions to documentation

Comments

@aj-white
Copy link
Owner

Python version: 3.11.4
Piplexed version: 0.1.0
Rich version: 13.4.2
OS: Windows 10
Terminal: Windows Terminal Version: 1.17.11461.0

The standard lines that print out on the tree view and colours are hard to see and are unlike those in docs.

image

@aj-white aj-white added bug Something isn't working documentation Improvements or additions to documentation and removed bug Something isn't working labels Jun 14, 2023
@aj-white
Copy link
Owner Author

This appears to be windows issue, specifcally rendering utf-8 correctly.

It requries setting the terminal (powershell) to the utf-8 code page by typing chcp 65001
https://stackoverflow.com/questions/57131654/using-utf-8-encoding-chcp-65001-in-command-prompt-windows-powershell-window

I use ohmyposh which does this behind the scenes.
This is not a piplexed issue, but some clearer documentation may help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant