Skip to content

Unable to input full-width characters #432

@Pandaft

Description

@Pandaft

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:

1

It turned out:

2

This problem also occurs with other full-width characters, such as Korean and Japanese.

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstream_issueThis issue is caused by an upstream package

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions