Re: [Rd] iconv.dll in Windows

2009-03-12 Thread Prof Brian Ripley
On Thu, 12 Mar 2009, Uwe Ligges wrote: See .../R/src/gnuwin32/CHANGES: oiconv() is now done by a version of Yukihiro Nakadaira's win_iconv rather than by libiconv. This version is based on Windows' codepages and is not quite as comprehensive as libiconv: it is ho

Re: [Rd] iconv.dll in Windows

2009-03-12 Thread Uwe Ligges
See .../R/src/gnuwin32/CHANGES: o iconv() is now done by a version of Yukihiro Nakadaira's win_iconv rather than by libiconv. This version is based on Windows' codepages and is not quite as comprehensive as libiconv: it is however much smaller and easier to maintain