Hi, I have detected that iconv (iconv(), iconv_open() and iconv_close()) are not working as APR expects it on some platforms (BS2000 and ReliantUnix at least).
There are 2 ways of arranging the problem: 1 - Patch code where needed so that this iconv works correctly. 2 - Add apr_iconv(), apr_iconv_open() and apr_iconv_close() to APR. Of course I prefer the number 2... Have someone the same problem? What to do for platform that have not iconv at all? (Well is covered by HAVE_ICONV). Note that BS2000 is an EBCDIC platform therfore I need a conversion. Cheers Jean-frederic
