Philip Mak wrote:
I'm guessing you'll have to somehow "cast" the UTF8 strings so thatPerl 5.8 breaks many previously working modules and scripts because of the new utf8 encoding. Worries me sometimes... even FillInForm complains sometimes, brrr...
they're interpreted byte-by-byte, rather than character-by-character.
Maybe try "use utf8;" and then pass utf8::encode($str) instead of $str
to the MD5 function.
- Cs.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]