search for: set_iconv

Displaying 1 result from an estimated 1 matches for "set_iconv".

Did you mean: set_icon
2010 Sep 20
0
unz() ignores encoding argument
...) single files within zip files, in binary mode" (and a short comment further below that re-encoding only works for text connections). Digging a bit in the source code, the ultimate cause seems to be this line in the unz_open() C-level function, on line 359 of src/main/dounzip.c: > /* set_iconv(); not yet */ Any ideas why this is commented out? The previous lines set up con->text appropriately and con->encname was set by do_unz(), so I don't see an obvious reason why the iconv layer can't be added. I'm working on 2.11.1 > _...