Re: [PATCH] console: handle Unicode surrogate pairs

2021-11-16 Thread Corinna Vinschen
On Nov 16 22:19, Takashi Yano wrote: > On Tue, 16 Nov 2021 11:26:10 +0100 (CET) > Johannes Schindelin wrote: > > When running Cygwin's Bash in the Windows Terminal (see > > https://docs.microsoft.com/en-us/windows/terminal/ for details), Cygwin > > is receiving keyboard input in the form of UTF-16

Re: [PATCH] console: handle Unicode surrogate pairs

2021-11-16 Thread Takashi Yano
On Tue, 16 Nov 2021 11:26:10 +0100 (CET) Johannes Schindelin wrote: > When running Cygwin's Bash in the Windows Terminal (see > https://docs.microsoft.com/en-us/windows/terminal/ for details), Cygwin > is receiving keyboard input in the form of UTF-16 characters. > > UTF-16 has that awkward challe

[PATCH] console: handle Unicode surrogate pairs

2021-11-16 Thread Johannes Schindelin
When running Cygwin's Bash in the Windows Terminal (see https://docs.microsoft.com/en-us/windows/terminal/ for details), Cygwin is receiving keyboard input in the form of UTF-16 characters. UTF-16 has that awkward challenge that it cannot map the full Unicode range, and to make up for it, there ar