bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] coprocess pseudo-tty bug


From: Andrew J. Schorr
Subject: Re: [bug-gawk] coprocess pseudo-tty bug
Date: Wed, 3 Jan 2018 11:54:42 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

On Wed, Jan 03, 2018 at 09:33:54AM -0700, address@hidden wrote:
> address@hidden wrote:
> 
> > Yep, I'll look into it.  Really annoying.
> 
> Fix is below. I'll get it into git.

That doesn't work for me. The result is still upper-case, although it does
remove the carriage return:

master branch:
bash-4.2$ ./gawk -f /tmp/pty.awk | od -c
0000000   A   B   C   D  \n
0000005

4.1.2:
bash-4.2$ /bin/gawk -f /tmp/pty.awk | od -c
0000000   a   b   c   d  \n
0000005

Regards,
Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]