unpack results on EBCDIC
[email protected] (rajarshi das)
| Newsgroups | perl.unicode,perl.mvs,perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Hi,
On EBCDIC, I get the following results on perl-5.8.6 :
@t1 = unpack("aU0C/UU", "b\0\341\277\274");
print "t1 : @t1\n";
@t2 = unpack("aU0C/CU", "b\0\341\277\274");
print "t2 : @t2\n";
Gives :
t1 : b 0
t2 : b 0
Are these results correct ?
Thanks,
Rajarshi.
---------------------------------
Yahoo! FareChase - Search multiple travel sites in one click.