Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 34509 invoked from network); 8 May 2006 17:20:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 17:20:11 -0000 Received: (qmail 81223 invoked by uid 500); 8 May 2006 17:20:06 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 81188 invoked by uid 500); 8 May 2006 17:20:05 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 81176 invoked by uid 99); 8 May 2006 17:20:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 10:20:05 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [213.191.128.16] (HELO mxout2.iskon.hr) (213.191.128.16) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 08 May 2006 10:20:04 -0700 Received: (qmail 26314 invoked from network); 8 May 2006 19:19:42 +0200 X-Remote-IP: 213.191.142.122 Received: from unknown (HELO mx.iskon.hr) (213.191.142.122) by mxout2.iskon.hr with SMTP; 8 May 2006 19:19:42 +0200 Received: (qmail 2610 invoked from network); 8 May 2006 19:19:42 +0200 X-Remote-IP: 213.202.111.161 Received: from lns02-0922.dsl.iskon.hr (HELO ?192.168.0.168?) (213.202.111.161) by mx.iskon.hr with SMTP; 8 May 2006 19:19:42 +0200 Message-ID: <445F7DAD.4060906@apache.org> Date: Mon, 08 May 2006 19:19:41 +0200 From: Mladen Turk User-Agent: Mozilla MIME-Version: 1.0 To: Garrett Rooney CC: APR Developer List Subject: Re: Moving apr_xlate from apr-util to apr-iconv References: <445F7C11.3050601@apache.org> <7edfeeef0605081015m5ae775e8qa218adf3fc52d6b8@mail.gmail.com> In-Reply-To: <7edfeeef0605081015m5ae775e8qa218adf3fc52d6b8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Garrett Rooney wrote: > > I think that's a horrible idea. There are many operating systems > where you don't need apr-iconv in order to get apr_xlate to work, I > see zero benefit to making them download and build apr-iconv in order > to use the apr_xlate APIs. > Right, but in that case the apr-iconv will be only the wrapper over the existing iconv, as apr_xlate inside apr-util is right now. OTOH it would give a cross platform look and feel for all operating systems. From the users point of view noting will change, except that the apr_xlate will reside in a different .so. Regards, Mladen.