Re: issues with unpack function

2003-04-02 Thread David Graff
[EMAIL PROTECTED] said: > unpack('U*', $string) This expression is resulting in a null string if > the string does not have any unicode characters.. How to avoid this > situation.. If $string does not contain any unicode characters, what would you expect/want "unpack('U*',$string)" to return? I

Re: issues with unpack function

2003-04-02 Thread Andreas J. Koenig
> On Wed, 2 Apr 2003 11:16:10 +0530 , "KORSAPATI,PRATEEP (HP-India,ex2)" <[EMAIL > PROTECTED]> said: > unpack('U*', $string) > This expression is resulting in a null string if the string does not have > any unicode characters.. > How to avoid this situation.. Please use the perlb

issues with unpack function

2003-04-02 Thread KORSAPATI,PRATEEP (HP-India,ex2)
unpack('U*', $string) This expression is resulting in a null string if the string does not have any unicode characters.. How to avoid this situation.. please help me out