Skip to content
Prev 15435 / 63424 Next

minor iconvlist() bug in r-devel

That file is created by

$(top_builddir)/library/$(pkg)/iconvlist: most
         @iconv -l > $@ 2> /dev/null || touch $@

What version of iconv -l is that produces such a list?  That in glibc 
2.3.4 does not produce the header when redirected.

Your fix is not safe: iconv in libiconv produces items separated by space 
or newline.  Looks like we will have to work harder to distinguish the 
two.

Brian
On Wed, 16 Mar 2005, Deepayan Sarkar wrote: