Re: Fwd: gmake (perl-5.8.6) fails on z/OS

2005-08-09 Thread Yitzchak Scott-Thoennes
On Tue, Jul 26, 2005 at 07:25:33AM -0700, rajarshi das wrote: ./miniperl -w -Ilib -MExporter -e '?' || gmake minitest ./miniperl -Ilib configpm configpm.tmp Malformed UTF-8 character (unexpected continuation byte 0x54, with no preceding start byte) in printf at configpm line 63. Malformed

Re: Transliteration operator(tr//)on EBCDIC platform

2005-08-09 Thread SADAHIRO Tomoyuki
On Mon, 8 Aug 2005 15:36:40 +0100, Nicholas Clark [EMAIL PROTECTED] wrote On Thu, Aug 04, 2005 at 11:42:54AM +0530, Sastry wrote: Hi I am trying to run this script on an EBCDIC platform using perl-5.8.6 ($a = \x89\x8a\x8b\x8c\x8d\x8f\x90\x91) =~ tr/\x89-\x91/X/; is($a, );

Re: Encoding iso-8859-16

2005-08-09 Thread Nicholas Clark
On Tue, Aug 09, 2005 at 10:58:48AM +0530, Sastry wrote: Hi I get 73 printed on EBCDIC platform. I think it is supposed to print 129 as it is the numeric equivalent of 'a'. -Sastry On 8/8/05, Nicholas Clark [EMAIL PROTECTED] wrote: On your EBCDIC platform, what does this give?