Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 71894 invoked from network); 6 Apr 2004 04:38:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Apr 2004 04:38:32 -0000 Received: (qmail 80770 invoked by uid 500); 6 Apr 2004 04:37:58 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 80516 invoked by uid 500); 6 Apr 2004 04:37:56 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 80361 invoked from network); 6 Apr 2004 04:37:54 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 6 Apr 2004 04:37:54 -0000 Received: (qmail 31129 invoked by uid 65534); 6 Apr 2004 04:38:03 -0000 Received: from a183069.studnetz.uni-leipzig.de (EHLO gmx.de) (139.18.183.69) by mail.gmx.net (mp001) with SMTP; 06 Apr 2004 06:38:03 +0200 X-Authenticated: #3483660 Message-ID: <407225DA.5050806@gmx.de> Date: Tue, 06 Apr 2004 05:36:58 +0200 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: de-de, de, en-us, en-gb, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: cvs commit: cocoon-2.1/src/blocks/web3/samples samples.xml References: <20040405122537.44034.qmail@minotaur.apache.org> <4071B871.5000804@apache.org> <38407.10.0.0.5.1081202944.squirrel@ags01.agsoftware.dnsalias.com> <4071DB8F.6090606@apache.org> <38683.10.0.0.5.1081205749.squirrel@ags01.agsoftware.dnsalias.com> In-Reply-To: <38683.10.0.0.5.1081205749.squirrel@ags01.agsoftware.dnsalias.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On 06.04.2004 00:55, Antonio Gallardo wrote: >>Moreover, even if XML parsers are able to recognize encoding, it's very >>bad practice to have an XML file without the encoding property set. > > We have the default enconding that is UTF-8 in this case. Of course, but not everybody knows that UTF-8 is the default encoding. So I'm with Stefano, it's bad practice, while I'm ok with converting ISO-8859-1 encoded files to UTF-8 of course. Joerg