Hi Corinna,
On Wed, 9 Sep 2020 09:21:23 +0200
Corinna Vinschen wrote:
> On Sep 8 17:16, Takashi Yano via Cygwin-patches wrote:
> > On Mon, 7 Sep 2020 23:17:36 +0200 (CEST)
> > Johannes Schindelin wrote:
> > > Hi Takashi,
> > >
> > > On Sat, 5 Sep 2020, Takashi Yano wrote:
> > >
> > > > On Fri,
On Wed, 9 Sep 2020 23:46:04 +0200
Corinna Vinschen wrote:
> On Sep 10 00:27, Takashi Yano via Cygwin-patches wrote:
> > Takashi Yano (2):
> > Cygwin: pty: Revise convert_mb_str() function.
> > Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.
> >
> > winsup/cygwin/fhandler
On Sep 10 00:27, Takashi Yano via Cygwin-patches wrote:
> Takashi Yano (2):
> Cygwin: pty: Revise convert_mb_str() function.
> Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.
>
> winsup/cygwin/fhandler_tty.cc | 151 +++---
> 1 file changed, 10
- If the non-cygwin apps is executed under pseudo console disabled,
multibyte input for the apps are garbled. This patch fixes the
issue.
---
winsup/cygwin/fhandler_tty.cc | 16 +++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsu
- Use tmp_pathbuf instead of HeapAlloc()/HeapFree().
- Remove mb_str_free() function.
- Consider the case where the multibyte string stops in the middle
of a multibyte char.
---
winsup/cygwin/fhandler_tty.cc | 135 ++
1 file changed, 88 insertions(+), 47 deletions
Takashi Yano (2):
Cygwin: pty: Revise convert_mb_str() function.
Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.
winsup/cygwin/fhandler_tty.cc | 151 +++---
1 file changed, 103 insertions(+), 48 deletions(-)
--
2.28.0
On Sep 9 22:40, Takashi Yano via Cygwin-patches wrote:
> - Use tmp_pathbuf instead of HeapAlloc()/HeapFree().
> - Remove mb_str_free() function.
> - Consider the case where the multibyte string stops in the middle
> of a multibyte char.
> ---
> winsup/cygwin/fhandler_tty.cc | 118 ++
Takashi Yano (2):
Cygwin: pty: Revise convert_mb_str() function.
Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.
winsup/cygwin/fhandler_tty.cc | 130 +++---
1 file changed, 88 insertions(+), 42 deletions(-)
--
2.28.0
- If the non-cygwin apps is executed under pseudo console disabled,
multibyte input for the apps are garbled. This patch fixes the
issue.
---
winsup/cygwin/fhandler_tty.cc | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cy
- Use tmp_pathbuf instead of HeapAlloc()/HeapFree().
- Remove mb_str_free() function.
- Consider the case where the multibyte string stops in the middle
of a multibyte char.
---
winsup/cygwin/fhandler_tty.cc | 118 ++
1 file changed, 77 insertions(+), 41 deletions
On Wed, 9 Sep 2020 17:07:20 +0900
Takashi Yano wrote:
> + /* Max bytes in multibyte char is 6. */
> + for (mblen = 1; mblen <= 6; mblen ++)
Sorry, I misunderstood that the max utf-8 char length is 6.
Actually, it is 4, therefore mbstate_t can be used.
I will submit v2 patch.
--
- Use tmp_pathbuf instead of HeapAlloc()/HeapFree().
- Remove mb_str_free() function.
- Consider the case where the multibyte string stops in the middle
of a multibyte char.
---
winsup/cygwin/fhandler_tty.cc | 123 ++
1 file changed, 82 insertions(+), 41 deletions
Takashi Yano (2):
Cygwin: pty: Revise convert_mb_str() function.
Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.
winsup/cygwin/fhandler_tty.cc | 135 +++---
1 file changed, 93 insertions(+), 42 deletions(-)
--
2.28.0
- If the non-cygwin apps is executed under pseudo console disabled,
multibyte input for the apps are garbled. This patch fixes the
issue.
---
winsup/cygwin/fhandler_tty.cc | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cy
Hi Corinna,
On Tue, 8 Sep 2020 20:42:47 +0200
Corinna Vinschen wrote:
> Hi Takashi,
>
> On Sep 8 18:57, Takashi Yano via Cygwin-patches wrote:
> > - If the non-cygwin apps is executed under pseudo console disabled,
> > multibyte input for the apps are garbled. This patch fixes the
> > issue.
On Sep 8 17:16, Takashi Yano via Cygwin-patches wrote:
> On Mon, 7 Sep 2020 23:17:36 +0200 (CEST)
> Johannes Schindelin wrote:
> > Hi Takashi,
> >
> > On Sat, 5 Sep 2020, Takashi Yano wrote:
> >
> > > On Fri, 4 Sep 2020 08:23:42 +0200 (CEST)
> > > Johannes Schindelin wrote:
> > > >
> > > > On Fr
16 matches
Mail list logo