From dev-return-48275-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Mon Aug 01 14:41:44 2005 Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 27471 invoked from network); 1 Aug 2005 14:41:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2005 14:41:43 -0000 Received: (qmail 17995 invoked by uid 500); 1 Aug 2005 14:41:38 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 17827 invoked by uid 500); 1 Aug 2005 14:41:37 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 17809 invoked by uid 99); 1 Aug 2005 14:41:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 07:41:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of trawick@gmail.com designates 64.233.162.196 as permitted sender) Received: from [64.233.162.196] (HELO zproxy.gmail.com) (64.233.162.196) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 07:41:25 -0700 Received: by zproxy.gmail.com with SMTP id 13so892198nzn for ; Mon, 01 Aug 2005 07:41:32 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CkInybEfoOwAm9XfPufcLK4wX4aiuqklTuqLed/UuIWcsB31Tx6FIss8771vPrUryhHbKzdjZV/9PzxMJFsKsdK0yyVluCJJJERftwb8p9gcebODrVFSHTGjpKduwpu8SHaP41RMb8CVEstmfxNiD8A5GUFqViBMeWKAKTxHzwE= Received: by 10.36.251.79 with SMTP id y79mr4343003nzh; Mon, 01 Aug 2005 07:41:32 -0700 (PDT) Received: by 10.36.72.17 with HTTP; Mon, 1 Aug 2005 07:41:32 -0700 (PDT) Message-ID: Date: Mon, 1 Aug 2005 08:41:32 -0600 From: Jeff Trawick Reply-To: Jeff Trawick To: dev@httpd.apache.org, maxime.petazzoni@bulix.org Subject: Re: Charset conversion In-Reply-To: <20050801134316.GC25775@bulix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050801134316.GC25775@bulix.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/1/05, Maxime Petazzoni wrote: > Hi, >=20 > I recently implemented MIME structure and header parsing into mod_mbox > (http://blog.bulix.org/index.php/blog/494) and I'm facing a charset > problem : mod_mbox outputs UTF-8, but some of the decoded contents are > not in UTF-8 (for example, a =3D?iso-8859-1?q?...?=3D header). >=20 > Is there any charset conversion facilities in the APR ? I did not see > anything about charsets in the APR autogenerated documentation (from > doxygen). apr_xlate in apr-util; mod_charset_lite in httpd source tree is one user of this; further questions on dev@apr mailing list