search for: do_unz

Displaying 2 results from an estimated 2 matches for "do_unz".

Did you mean: d_un
2006 May 02
1
compile R on Solaris 9
...ons.c:1818: structure has no member named `open64' connections.c: In function `newouttext': connections.c:1974: structure has no member named `open64' connections.c: In function `do_sockconn': connections.c:2094: structure has no member named `open64' connections.c: In function `do_unz': connections.c:2145: structure has no member named `open64' connections.c: In function `do_open': connections.c:2192: structure has no member named `open64' connections.c: In function `do_readLines': connections.c:2462: structure has no member named `open64' connections.c:...
2010 Sep 20
0
unz() ignores encoding argument
...g 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 > _ > platform i386-apple-darwin9.8.0 > arch i386 > os darwin9.8.0...