> From: Tim Rühsen <[email protected]> > Cc: [email protected] > Date: Thu, 17 Dec 2015 21:16:28 +0100 > > There is just one test not passing: Test-ftp-iri.px > > Maybe the test is wrong (using --local-encoding=iso-8859-1, but writing to an > UTF-8 filename). I am not very much into FTP. How do we know the remote > encoding ?
>From --remote-encoding, and falling back to UTF-8. It looks like the file name is Latin-1 encoded in that test case, but you expect the downloaded file name to be in UTF-8, although you use "--local-encoding=iso-8859-1", is that right? That should create a file whose name is encoded in Latin-1, not UTF-8.
