in reply to Re: MD5 non ascii file name
in thread MD5 non ascii file name

(though IIRC Digest::MD5 does not support wide characters).
That's actually not a Digest::MD5 limitation, but rather a design choice of the MD5 hash algorithm (and most or all other hash algorithm share that limitation).

Hash algorithms generally work with binary data, so you'd have to Encode::encode the data first.

Replies are listed 'Best First'.
Re^3: MD5 non ascii file name
by Joost (Canon) on Aug 20, 2008 at 00:17 UTC