Return-Path: Delivered-To: apmail-incubator-roller-user-archive@www.apache.org Received: (qmail 76016 invoked from network); 15 Oct 2006 18:56:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2006 18:56:42 -0000 Received: (qmail 53718 invoked by uid 500); 15 Oct 2006 18:56:41 -0000 Delivered-To: apmail-incubator-roller-user-archive@incubator.apache.org Received: (qmail 53697 invoked by uid 500); 15 Oct 2006 18:56:41 -0000 Mailing-List: contact roller-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: roller-user@incubator.apache.org Delivered-To: mailing list roller-user@incubator.apache.org Received: (qmail 53686 invoked by uid 99); 15 Oct 2006 18:56:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 11:56:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 11:56:40 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GZB9n-0001X4-MO for roller-user@incubator.apache.org; Sun, 15 Oct 2006 11:56:19 -0700 Message-ID: <6823677.post@talk.nabble.com> Date: Sun, 15 Oct 2006 11:56:19 -0700 (PDT) From: tsarfion To: roller-user@incubator.apache.org Subject: Content-Type in HTTP-Header is ISO-8859-1 instead of UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nabble.01@trampenau.ch X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm using Roller 3.0 RC3. Some pages have the charset ISO-8859-1 instead of UTF-8 in the HTTP header. It is the case for all the pages with a *.do path in the URL at least. Here is a response with a wrong charset: HTTP/1.1 200 OK Date: Sun, 15 Oct 2006 10:04:43 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_jk/1.2.14 PHP/4.3.10-16 Content-Language: de-CH Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html;charset=ISO-8859-1 389a Front Page: New Entry ... When I edit a text with German umlauts it does not get stored correctly in the database and does not display correctly. When I switch the encoding to UTF-8 manually in my browser and save a message with umlauts, it is stored and correctly. When a view the web log entry as a guest, the charset in the HTTP response is UTF-8. The code in the JSPs and the configuration settings seem to set the charset correctly. Thank you for your help. tsarfion -- View this message in context: http://www.nabble.com/Content-Type-in-HTTP-Header-is-ISO-8859-1-instead-of-UTF-8-tf2448067s12275.html#a6823677 Sent from the Roller - User mailing list archive at Nabble.com.