Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 32668 invoked from network); 30 May 2005 12:37:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 May 2005 12:37:54 -0000 Received: (qmail 28761 invoked by uid 500); 30 May 2005 12:37:52 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 28713 invoked by uid 500); 30 May 2005 12:37: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 28689 invoked by uid 99); 30 May 2005 12:37:51 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ehuels@gmail.com designates 64.233.184.204 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 30 May 2005 05:37:49 -0700 Received: by wproxy.gmail.com with SMTP id 55so330899wri for ; Mon, 30 May 2005 05:37:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VJZ+0N2FJtJ1HPCNwh45mNzPZ2wf6SvBPl3ssQmiSD0DhGpDiG9Cdlh402dD2Vzo+hIYx7s8sRkPZobD8EtcMEXXvDKku+3i8iC6cT46a0tGxpoBVAmmqq90v8IuDTI1hLrF3drBXFT2KZgd8QuowEMGLtuByoSzkKPpH4EGNlQ= Received: by 10.54.8.33 with SMTP id 33mr5435223wrh; Mon, 30 May 2005 05:37:35 -0700 (PDT) Received: by 10.54.94.2 with HTTP; Mon, 30 May 2005 05:37:35 -0700 (PDT) Message-ID: Date: Mon, 30 May 2005 14:37:35 +0200 From: Erik Huelsmann Reply-To: Erik Huelsmann To: Mladen Turk Subject: Re: Move apr_xlate from apr-util to apr-iconv? Cc: dev@apr.apache.org In-Reply-To: <429AF784.7010004@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <429AE893.6040207@apache.org> <429AF784.7010004@apache.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/30/05, Mladen Turk wrote: > Jeff Trawick wrote: >=20 > > > >> Can we move the entire apr_xlate API from apr-utils to > >> the apr-iconv? > > > > > > no; apr_xlate works just fine without apr-iconv (when system provides > > a suitable iconv) > > >=20 > It does not. Did you read what he said? "when the system provides a suitable iconv": Win32 does not provide such a suitable iconv. On my Linux system (which does provide a suitable iconv), I don't need to compile apr-iconv to use apr_xlate. I guess it does, then. bye, Erik.