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 formatting issues when using Windows #97

Open
csabine opened this issue Jul 19, 2021 · 6 comments
Open

Unicode formatting issues when using Windows #97

csabine opened this issue Jul 19, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@csabine
Copy link

csabine commented Jul 19, 2021

It looks like when using pyintelowl on Windows terminals (Terminal/PowerShell/CMD) unicode formatting does not get displayed properly.

These screenshots are from the get-analyzer-config command.

image

image

image

@eshaan7 eshaan7 added the bug Something isn't working label Jul 26, 2021
@eshaan7
Copy link
Member

eshaan7 commented Jul 26, 2021

This seems to be related to Textualize/rich#330 and Textualize/rich#890.

@eshaan7
Copy link
Member

eshaan7 commented Jul 26, 2021

Thank you for the report, @csabine. We will look into this!

@eshaan7
Copy link
Member

eshaan7 commented Aug 6, 2021

Hi, @csabine, can you please post here the output you get for the command: echo $LANG $TERM $COLORTERM ?

@csabine
Copy link
Author

csabine commented Aug 6, 2021

Hi @eshaan7,

I don't think that is an appropriate command for Windows CMD unless I am missing something?

image

@eshaan7
Copy link
Member

eshaan7 commented Aug 6, 2021

Ah, sorry. Can you try this ?

echo $Env:LANG $Env:TERM $Env:COLORTERM

@csabine
Copy link
Author

csabine commented Aug 6, 2021

A similar result as above I'm afraid! I don't think those are existing environment variables?

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

2 participants