-
Notifications
You must be signed in to change notification settings - Fork 96
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
Unable to input full-width characters #432
Labels
upstream_issue
This issue is caused by an upstream package
Comments
This stems from the libary function There are plans to fix that in an upcoming version, but there's no timeframe on when I will come around to it. |
Relevant: magmax/python-readchar#93 |
sakkyoi
added a commit
to sakkyoi/python-readchar
that referenced
this issue
Aug 10, 2024
Cube707
pushed a commit
to sakkyoi/python-readchar
that referenced
this issue
Aug 11, 2024
Cube707
pushed a commit
to magmax/python-readchar
that referenced
this issue
Aug 11, 2024
closes #93 * fix full-width characters issue (magmax/python-inquirer#432) * Fix the issue that raises a bunch of OSError exceptions in the test script (#93) * Fix UnicodeEncodeError when inputting emojis * add tests for new unicode support
closed by #622 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment:
Code:
Reproduce:
When I try to type Chinese:
It turned out:
This problem also occurs with other full-width characters, such as Korean and Japanese.
The text was updated successfully, but these errors were encountered: