Re: case folding failure on EBCDIC

2005-10-17 Thread rajarshi das
--- SADAHIRO Tomoyuki <[EMAIL PROTECTED]> wrote: > > On Mon, 3 Oct 2005 07:13:15 -0700 (PDT), rajarshi > das <[EMAIL PROTECTED]> wrote > > > Hi, > > The following unicode folding test fails on EBCDIC > > (perl-5.8.6) : > > > > $a = '0178'; > > $b = '00FF'; > > > > $a1 = pack("U0U*", hex $cod

Re: case folding failure on EBCDIC

2005-10-17 Thread SADAHIRO Tomoyuki
On Mon, 17 Oct 2005 00:27:42 -0700 (PDT), rajarshi das <[EMAIL PROTECTED]> wrote > > Or is the value stored in $b1 generated by > > pack("U0U*", map { hex } > > split " ", '00FF') really a representation of > > U+00FF? > > > > use Devel::Peek and what is output from > > Devel::Peek::Dump($b1)? >