Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 70247 invoked from network); 8 May 2006 18:20:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 18:20:48 -0000 Received: (qmail 97868 invoked by uid 500); 8 May 2006 18:20:32 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 97793 invoked by uid 500); 8 May 2006 18:20:32 -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 97758 invoked by uid 99); 8 May 2006 18:20:32 -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 11:20:32 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 11:20:31 -0700 Received: by nf-out-0910.google.com with SMTP id g2so990207nfe for ; Mon, 08 May 2006 11:20:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=XY17dJxbjYRg9yhC6MkRCfUB9rvkuE01L5NIPCwjvrs+4ZzrsDpDUq/zn4gXyGOMSYKf19QiQaox0kOFmVtpVdzLCr2Ntt8wpoXQKWpbHS8qXGlzRZ2DbaEjArkKh1MaKReWmCuEeMQADaD2+IAjUPEXaaXh5ZHmkB1dcsTLuq4= Received: by 10.48.3.17 with SMTP id 17mr1402536nfc; Mon, 08 May 2006 11:20:10 -0700 (PDT) Received: by 10.48.237.20 with HTTP; Mon, 8 May 2006 11:20:10 -0700 (PDT) Message-ID: <7edfeeef0605081120h1a4c0bd9tbe7131690df8b97a@mail.gmail.com> Date: Mon, 8 May 2006 11:20:10 -0700 From: "Garrett Rooney" Sender: rooneg@gmail.com To: "Mladen Turk" Subject: Re: Moving apr_xlate from apr-util to apr-iconv Cc: "William A. Rowe, Jr." , "APR Developer List" In-Reply-To: <445F8B2A.5040008@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <445F7C11.3050601@apache.org> <445F824B.9060500@rowe-clan.net> <445F8A78.2030208@rowe-clan.net> <445F8B2A.5040008@apache.org> X-Google-Sender-Auth: 90ecaee12088ae0f X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/8/06, Mladen Turk wrote: > William A. Rowe, Jr. wrote: > > Mladen, perhaps I failed to make my point below. *Today* you can build > > your > > very own apr for your app with whatever features enabled/crippled that > > you like. > > > > The point is not in the apr, but rather in the apr-util. > The fact IS that the apr-util IS dependent on the apr-iconv, > no mater how hard the unix guys try to shut their eyes :) That's totally incorrect. It's dependent on an iconv implementation, one of which is apr-iconv. There is a huge difference. You do not need to have apr-iconv installed to use apr_xlate, as you can see on any number of systems running in the wild right now! -garrett