Skip to content

Unable to input non-English letters on Windows #43

Description

@Heaven31415

Hi.

I cannot input any non-English letter during prompt. Outside the program I can type whatever letter I want so it doesn't seem to be a problem with my terminal.

I'm running on Windows 10 with node v14.15.0 and using prompt-sync 4.2.0.

A minimal code example which can reproduce the issue:

const prompt = require('prompt-sync')();
console.log(prompt(`Type non-English letter: `));
// I am unable to type any non-English letter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions