Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 13945 invoked from network); 31 Jan 2006 14:10:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jan 2006 14:10:11 -0000 Received: (qmail 11525 invoked by uid 500); 31 Jan 2006 14:10:09 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 11476 invoked by uid 500); 31 Jan 2006 14:10:08 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 11457 invoked by uid 99); 31 Jan 2006 14:10:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2006 06:10:08 -0800 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 yseeley@gmail.com designates 66.249.92.194 as permitted sender) Received: from [66.249.92.194] (HELO uproxy.gmail.com) (66.249.92.194) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2006 06:10:07 -0800 Received: by uproxy.gmail.com with SMTP id j40so11311ugd for ; Tue, 31 Jan 2006 06:09:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DdZ4UxhIPLtNUVwy1jgSO+5m9jst1I21/fyvhl+LERZkcMqPh4uxnF8KA80JIt0WYw3AbjcmQraf24JzG6M1sc6PbOJi/O0xB588ntDerrFwzefZL8AjXj0fK/9RIBiJzwiypTUwsCrb1YD6XmP0O+vsx5U99oytMXqq9beU9u4= Received: by 10.49.92.10 with SMTP id u10mr769212nfl; Tue, 31 Jan 2006 06:09:46 -0800 (PST) Received: by 10.49.93.1 with HTTP; Tue, 31 Jan 2006 06:09:46 -0800 (PST) Message-ID: Date: Tue, 31 Jan 2006 09:09:46 -0500 From: Yonik Seeley To: user@forrest.apache.org Subject: Re: forrest output charset mismatch with httpd In-Reply-To: <2a18206d0601302215x26c668c9x8152fce873dfd878@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2a18206d0601302215x26c668c9x8152fce873dfd878@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 1/31/06, Brian M Dube wrote: > It renders as UTF-8 for me. I believe the charset declaration informs > the browser, not the server, what to expect. AFAIK, the browser uses the charset from the headers the server sends (and that's currently latin-1 for the incubator and many other apache sites). This isn't a forrest bug... it's correctly rendering UTF-8. I am looking to forrest for the easiest workaround though. -Yonik