Re: IFS=$'\xb2'

2005-08-06 Thread William Park
On Sat, Aug 06, 2005 at 10:00:07AM -0400, Chris F.A. Johnson wrote: > >"IFS=$'\xb2' ;" with the same results. > I cannot reproduce this bug in 3.00.16(1)-release. I am using > Mandrive LE2005, but I compiled my own bash. I tried it on Bash-2.0

Re: IFS=$'\xb2'

2005-08-06 Thread Chris F.A. Johnson
On Fri, 5 Aug 2005, Xavier Kerestesy wrote: Date: Fri, 05 Aug 2005 11:37:59 -0700 From: Xavier Kerestesy <[EMAIL PROTECTED]> To: bug-bash@gnu.org Subject: IFS=$'\xb2' Good day, we have tried the following command "IFS='?';" (ascii translated "0xb2&q

IFS=$'\xb2'

2005-08-05 Thread Xavier Kerestesy
Good day, we have tried the following command "IFS='²';" (ascii translated "0xb2") on 3 systems, Fedora, Ubuntu, and RH AS3. The code causes Seg Faults on Fedora and Ubuntu, but seems to works on RH AS3. We also tried "IFS=$'\xb2' ;" with th