Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 42110 invoked from network); 12 Feb 2007 12:09:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2007 12:09:29 -0000 Received: (qmail 95079 invoked by uid 500); 12 Feb 2007 12:09:35 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 94836 invoked by uid 500); 12 Feb 2007 12:09:34 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 94825 invoked by uid 99); 12 Feb 2007 12:09:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 04:09:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 04:09:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 31C0471431B for ; Mon, 12 Feb 2007 04:09:06 -0800 (PST) Message-ID: <561554.1171282146201.JavaMail.jira@brutus> Date: Mon, 12 Feb 2007 04:09:06 -0800 (PST) From: "Abbas Mousavi (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Commented: (COCOON-2002) HTML transformer only works with latin-1 characters In-Reply-To: <32471879.1170489545503.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472271 ] Abbas Mousavi commented on COCOON-2002: --------------------------------------- >Just a thought - won't the encoding that needs to be used depend on what was used in the input document? >i.e. if the source document passed in from a file generator has , would >the above change cause similar problems? yes, you are right, it is better if one adds a configuration parameter for setting the encoding. but before adding a configuration parameter UTF-8 is a better choice than latin-1. >Also, how is this affected by the char-encoding property in the tidy.properties configuration file? setting input-encoding in tidy.properties has no effect. > HTML transformer only works with latin-1 characters > ---------------------------------------------------- > > Key: COCOON-2002 > URL: https://issues.apache.org/jira/browse/COCOON-2002 > Project: Cocoon > Issue Type: Bug > Components: Blocks: HTML > Affects Versions: 2.1.10, 2.1.11-dev (Current SVN) > Reporter: Abbas Mousavi > Priority: Critical > > when transforming HTML in encodings other than latin-1 > the result is a page of question mark. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.