-
Notifications
You must be signed in to change notification settings - Fork 19
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
checkbox icon display error #22
Comments
Hi @lythu95 , Thanks for reporting. I wasn't aware that the default icon is not as compatible as I would like. I'll do an update on the default icon for checkbox to make sure its more compatible. Just a quick question about your environment, what terminal emulator and font are you using? In the meantime, you can use the Thanks, |
Thanks for quick response @kazhala I executed this script on a remote server [CentOS linux 7.9.2009 / GNU bash 4.2.46 ]. I really appriciate your work on inquirerpy, which helps me a lot after PyInquirer stopped updating. Thanks, |
Hi @lythu95, After some investigation and searching, doesn't seem like an encoding issue since python3 auto detects Unicode string and use utf8 encoding. I can also see that the pointer symbol/icon is showing without issues. It's probably just both the hexagon icon is not that widely supported in some of the fonts. I've changed the default icon to Unicode circles. Could you take a look at the latest master and re-run the examples to see if you could see the checkbox properly this time? Thanks, |
Hi @kazhala , |
Awesome, I'll close the issue once the next version is released. Thanks |
This is now included in the latest version 0.3.0 |
When executing check box examples, I found the check box icons were not displaying normally. I suppose it may be text encoding issue.
![image](https://user-images.githubusercontent.com/41465818/133771231-7c3bd9f4-03b3-4623-996e-776d0e772b90.png)
The text was updated successfully, but these errors were encountered: