Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 64118 invoked from network); 10 Aug 2005 21:09:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2005 21:09:29 -0000 Received: (qmail 2276 invoked by uid 500); 10 Aug 2005 21:09:26 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 2212 invoked by uid 500); 10 Aug 2005 21:09:25 -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 2191 invoked by uid 99); 10 Aug 2005 21:09:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 14:09:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [165.98.153.184] (HELO ags01.agsoftware.dnsalias.com) (165.98.153.184) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 14:09:46 -0700 Received: from [10.0.0.7] (apoyo.agsoftware.dnsalias.com [10.0.0.7]) by ags01.agsoftware.dnsalias.com (8.13.1/8.13.1) with ESMTP id j7AL9KJg009918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 10 Aug 2005 16:09:22 -0500 Message-ID: <42FA6D00.8030200@agssa.net> Date: Wed, 10 Aug 2005 16:09:20 -0500 From: Antonio Gallardo Organization: AG Software, S. A. User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Proposal: Make defaults for text serializers UTF-8 References: <1123681437.3816.9.camel@d-haven.org> <42FA34C1.5040402@agssa.net> <42FA5611.5000604@d-haven.org> In-Reply-To: <42FA5611.5000604@d-haven.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on agssa.net X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Berin Loritsch wrote: > Antonio Gallardo wrote: > >> >> BTW, Spanish and Portuguese characters(for example �,�,�,� ) aren't >> supported by utf-8. > This is not what I wanted to state. I wanted to state that Spanish and Portuguese IS supported. I use UTF-8 since 2002 in all my work. I copied the above sentence from the reply. IN the original mail, the portuguese and spanish letter were not properly displayed. Sorry for the confusion. It was not intentional. :-( Best Regards, Antonio Gallardo. >> > UTF-16 values are: > > � = 00e7 > � = 00e0 > � = 00e1 > � = 00f1 > > For UTF-8 there would be some multibyte representations of them > because they are above 0080. > Its detailed by this page: http://www.unicode.org/reports/tr26/ > > The UTF-8 pairs would be: > > � = 0xc3, 0xa7 > � = 0xc3, 0xa0 > � = 0xc3, 0xa1 > � = 0xc3, 0xb1 >