-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
upstream_issueThis issue is caused by an upstream packageThis issue is caused by an upstream package
Description
Environment:
- Windows 10 22H2
- Python 3.11.4
- python-inquirer 3.1.3
Code:
import inquirer
answers = inquirer.prompt([
inquirer.Text('msg',
message="message"),
])Reproduce:
When I try to type Chinese:
It turned out:
This problem also occurs with other full-width characters, such as Korean and Japanese.
Metadata
Metadata
Assignees
Labels
upstream_issueThis issue is caused by an upstream packageThis issue is caused by an upstream package

