Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 89242 invoked from network); 29 Nov 2007 11:24:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2007 11:24:40 -0000 Received: (qmail 62376 invoked by uid 500); 29 Nov 2007 11:24:26 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 62358 invoked by uid 500); 29 Nov 2007 11:24:26 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 62348 invoked by uid 99); 29 Nov 2007 11:24:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 03:24:26 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oliver.deakin@googlemail.com designates 209.85.134.188 as permitted sender) Received: from [209.85.134.188] (HELO mu-out-0910.google.com) (209.85.134.188) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 11:24:03 +0000 Received: by mu-out-0910.google.com with SMTP id w8so2328070mue for ; Thu, 29 Nov 2007 03:24:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=s81SVxJuQyJo4gaTzkGyuvotXgQBZIZVkYdSsF84QqA=; b=L/+KrB9HM5J9EH9uMGU2600MshAl//nCMcO/kjGp8vosmR+HrwMuZ5iv1qY7frCd72sxQ1XHVM59AjDFLTi4sPKKp+6R6fWOlGN91Y8xf0xqo3YPqldS+hluiJPh1sR7IWGTQ9Se0Tmpp2CbkhYczypiMo9rKYWvNVpcszI15/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=E20V+BT/fjocY94MyJSsYfL9mQfiWm98sYd9s79uE99Qm+CaQeyi9VQPqcdYUm1tpM3D6RmtXI5Soz6TKF197DfJ/T8+NNY++RfulNQFQPe2RdiVMVsir47JDGZf//RmQ0dYj3kFEf5YlB8e7w7C9PwrqgvWgnVBSPZ8MjHbVqQ= Received: by 10.82.105.13 with SMTP id d13mr3536082buc.1196335445097; Thu, 29 Nov 2007 03:24:05 -0800 (PST) Received: from ?9.20.183.175? ( [195.212.29.75]) by mx.google.com with ESMTPS id z37sm4722202ikz.2007.11.29.03.24.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 29 Nov 2007 03:24:04 -0800 (PST) Message-ID: <474EA151.1030806@googlemail.com> Date: Thu, 29 Nov 2007 11:24:01 +0000 From: Oliver Deakin User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [general]Different locale data between RI and latest CLDR References: <211709bc0711290220x603a0a46xfc442bff2e1a4eb2@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Agreed, +1 to non-bug difference here Tony, thanks for investigating. Alexey Petrenko wrote: > +1 for non bug difference until some application breakage report. > > SY, Alexey > > 2007/11/29, Tony Wu : > >> Hi all, >> >> I'm investigating the harmony test failures coming with the delegate >> of Currency to ICU's implemention. Almost all of them are caused by >> data difference. ICU4j 3.8 is compatible with CLDR 1.5 but RI keeps >> the old revision of CLDR in its release. I found that RI 6 claimed in >> its javadoc[1] that the data is from CLDR release 1.4 and RI 5 did not >> say anything. >> >> This gap result in some difference on currency symbols (maybe on other >> things I hasn't encounter. I'll follow this thread when I find a new >> one) in some locale. For example, following line of code returns "EUR" >> on RI6 whereas returns "€" on ICU. >> >> Currency .getInstance("EUR").getSymbol(Locale.JAPAN)); >> >> I suggest to record the gap as a non-bug difference on JIRA currently >> and modify the testcases based on RI's behavior instead of excluding >> them. Then if some of them break some application some day, we can >> customize the ICU release. Do you have any suggestion? Thanks in >> advance. >> >> [1] >> java6docs/technotes/guides/intl/locale.doc.html >> >> -- >> Tony Wu >> China Software Development Lab, IBM >> >> -- Oliver Deakin Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU