Alain Kalker wrote: > When verifying .md5 or .cfv files which contain filenames containing > chars with values > 127 (in ISO-8859), cfv reports the corresponding > files as missing.
With LC_ALL="sv_SE" and LANG="en_US", and Python 2.3.5, the following works for me: host:/tmp/cfv-test> echo tästar > tästar host:/tmp/cfv-test> cfv -C cfv-test.sfv: 1 files, 1 OK. 0.001 seconds, 6.3K/s host:/tmp/cfv-test> cfv cfv-test.sfv: 1 files, 1 OK. 0.001 seconds, 7.2K/s host:/tmp/cfv-test> echo abcd > tästar host:/tmp/cfv-test> cfv tästar : crc does not match (e6788c7b!=588aa4ac) cfv-test.sfv: 1 files, 0 OK, 1 badcrc. 0.001 seconds, 4.6K/s host:/tmp/cfv-test> Can you send me a non-working .sfv or .md5 file? > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (I also tested the above with this locale, no difference) Regards, Stefan

