From dev-return-16306-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon May 08 17:49:31 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 52708 invoked from network); 8 May 2006 17:49:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 17:49:12 -0000 Received: (qmail 37896 invoked by uid 500); 8 May 2006 17:48:51 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 37830 invoked by uid 500); 8 May 2006 17:48:51 -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 37540 invoked by uid 99); 8 May 2006 17:48:49 -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:48:49 -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:48:48 -0700 Received: (qmail 905 invoked from network); 8 May 2006 19:48:26 +0200 X-Remote-IP: 213.191.142.123 Received: from unknown (HELO mx.iskon.hr) (213.191.142.123) by mxout2.iskon.hr with SMTP; 8 May 2006 19:48:26 +0200 Received: (qmail 5148 invoked from network); 8 May 2006 19:48:26 +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:48:26 +0200 Message-ID: <445F8469.4030608@apache.org> Date: Mon, 08 May 2006 19:48:25 +0200 From: Mladen Turk User-Agent: Mozilla MIME-Version: 1.0 To: "William A. Rowe, Jr." CC: APR Developer List Subject: Re: Moving apr_xlate from apr-util to apr-iconv References: <445F7C11.3050601@apache.org> <445F824B.9060500@rowe-clan.net> In-Reply-To: <445F824B.9060500@rowe-clan.net> Content-Type: text/plain; charset=UTF-8; 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 William A. Rowe, Jr. wrote: > Mladen Turk wrote: >> >> OTOH, the xlate would go to it's proper place, >> because it is a part of apr-iconv. > > Nope, you got it entirely upside down. > > apr_xlate is a simple (not quite simple enough) interface for encoding > translations. If it's via iconv, or libiconv, or any other codepage > transformation library is irrelevant. > I disagree. The entire point is that it's the translation library. So, what is the purpose of apr-iconv anyhow? I suppose to give a translation to platforms not having the iconv, right? And that is Windows. So why not name the apr-iconv win-icov? Regards, Mladen.