Return-Path: X-Original-To: apmail-incubator-general-archive@www.apache.org Delivered-To: apmail-incubator-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 958A473D0 for ; Mon, 15 Aug 2011 04:32:25 +0000 (UTC) Received: (qmail 11964 invoked by uid 500); 15 Aug 2011 04:32:11 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 11099 invoked by uid 500); 15 Aug 2011 04:31:49 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 11088 invoked by uid 99); 15 Aug 2011 04:31:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2011 04:31:42 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,MISSING_DATE,MISSING_MID,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [66.199.228.123] (HELO foobar) (66.199.228.123) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 15 Aug 2011 04:31:34 +0000 From: Michael Stroucken To: general@incubator.apache.org Subject: nbsp in unicode podling pages Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20110815043140.1D006816043@nike.apache.org> Date: Mon, 15 Aug 2011 04:31:40 +0000 (UTC) Hi, I'm noticing that non-breaking spaces are written out as chr(0xa0) in the HTML documents after being converted from XML. (http://incubator.apache.org/tashi/). To work properly, the spaces should be encoded something like chr(0xc0)+chr(0xa0), or   I guess. Am I missing some configuration in the site building setup? The locale I am running ant in is "de_DE.UTF-8". Thanks for any help, Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org