Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 48552 invoked by uid 500); 20 Mar 2001 17:27:47 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 48335 invoked from network); 20 Mar 2001 17:27:22 -0000 Sender: jfclere@vtxrm2.bcn.fsc.net Message-ID: <3AB7954A.10291064@fujitsu-siemens.com> Date: Tue, 20 Mar 2001 18:37:14 +0100 From: jean-frederic clere X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.4.0 i586) X-Accept-Language: en MIME-Version: 1.0 To: apr CC: Martin Kraemer Subject: iconv problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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