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
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: