Re: [PATCH v2] Cygwin: console: Fix garbled input for non-ASCII chars.

2021-07-06 Thread Corinna Vinschen
On Jun 24 12:40, Takashi Yano wrote: > - After the commit ff4440fc, non-ASCII input may sometimes be garbled. > This patch fixes the issue. > > Addresses: https://cygwin.com/pipermail/cygwin/2021-June/248775.html > --- > winsup/cygwin/fhandler_console.cc | 15 +-- > 1 file changed

[PATCH v2] Cygwin: console: Fix garbled input for non-ASCII chars.

2021-06-23 Thread Takashi Yano
- After the commit ff4440fc, non-ASCII input may sometimes be garbled. This patch fixes the issue. Addresses: https://cygwin.com/pipermail/cygwin/2021-June/248775.html --- winsup/cygwin/fhandler_console.cc | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/win