![]() |
perl-unicode
|
unpack results on EBCDIC2005-10-28 07:13:47Hi, 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.
|
|