Various sub-tests of ext/ext/Encode/CJKT.t fail on Win32. I think the problem is that you have a binmode($src); and then binmode($dst,":utf8"); And then call File::Compare::compare_text The snag is that 1st turns off CRLF translation, but second does not so files do not compare. I _think_ you need a binmode($dst); before the UTF-8-izing. -- Nick Ing-Simmons http://www.ni-s.u-net.com/Thread Previous