Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@jakarta.apache.org Received: (qmail 26585 invoked by uid 500); 8 Oct 2001 15:27:27 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: jetspeed-dev@jakarta.apache.org Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 26558 invoked from network); 8 Oct 2001 15:27:26 -0000 Message-ID: <3BC1C5CC.9030405@hisitech.com> Date: Mon, 08 Oct 2001 17:27:08 +0200 From: Santiago Gala User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010913 X-Accept-Language: es-es, en-us MIME-Version: 1.0 To: jetspeed-dev@jakarta.apache.org Subject: Re: XML changing encodings References: <80F5674514B4D311BAFC0040F6A45EEE1C3F68@ntserver> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ignacio J. Ortega wrote: >Hola a todos: > >I've noted that every xml file in jetspeed, as is it in CVS has >ISO-8859-2 encoding, and after first run, they are changed to UTF-8, is >not a big problem, and everything continues to run smoothly ( with some >glitches i will try to patch) .. > Isn't it ISO-8859-1? I imagined it was due to the fact that some XML files include the "�" in Raph�el. It is important to have the right encoding if we have non-US-ASCII characters in XML files. UTF-8 seems to be a very reasonable encoding, as it is valid for all Unicode characters, including European, Arabic, Hebrew, Asian, etc. The problem is that it brings its own issues, specially since file system encoding defaults to different values depending on country/locale of the server installation. > > >Can this lead to future problems?, can be done in a more consistent >way?, that is, all xml in UTF-8 in CVS or correct the encoding in >Castor.. > Which castor generated XML files are there in CVS? do you mean in the dist? > >i'm a newbie and i really dont know how to do it nor if Castor is really >the sin here..if somebody can point me in the right direction i will >contribute some patch for this.. > WRT the disk cache, everything in there is stored in UTF-8 encoding, to avoid having to deal with the mixture between HTTP headers and > > >Saludos , >Ignacio J. Ortega > >--------------------------------------------------------------------- >To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org >For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org