Re: bareword test on ebcdic.

2005-06-15 Thread John W. Krahn
Rajarshi Das wrote: I posted it on all three lists assuming that the audience in all the three are different and higher the chances that someone posts a reply. Please let me know if this is an incorrect assumption, and also if this qn specifically is outside the scope of the beginners mailing l

Re: bareword test on ebcdic.

2005-06-15 Thread Rajarshi Das
related qns are?) Thanks, Rajarshi. From: "John W. Krahn" <[EMAIL PROTECTED]> To: Rajarshi Das <[EMAIL PROTECTED]>, Perl Beginners Subject: Re: bareword test on ebcdic. Date: Wed, 15 Jun 2005 06:20:55 -0700 Rajarshi Das wrote: Hi, Following is a snaps

Re: bareword test on ebcdic.

2005-06-15 Thread John W. Krahn
Rajarshi Das wrote: Hi, Following is a snapshot of a bareword test : -- use utf8; my %hash = (те => 123); is($hash{те}, $hash{'те'}); --- It runs on ascii and passes but fails on ebcdic (z/OS, ibm-1047) with perl-5.8.6. The above two barewords (т

bareword test on ebcdic.

2005-06-15 Thread Rajarshi Das
Hi, Following is a snapshot of a bareword test : -- use utf8; my %hash = (те => 123); is($hash{те}, $hash{'те'}); --- It runs on ascii and passes but fails on ebcdic (z/OS, ibm-1047) with perl-5.8.6. The above two barewords (т and е) which make up