Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28C6010092 for ; Tue, 18 Mar 2014 08:47:41 +0000 (UTC) Received: (qmail 85860 invoked by uid 500); 18 Mar 2014 08:47:40 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 85640 invoked by uid 500); 18 Mar 2014 08:47:38 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 85575 invoked by uid 99); 18 Mar 2014 08:47:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2014 08:47:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [5.148.180.21] (HELO kalnich2.nine.ch) (5.148.180.21) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2014 08:47:29 +0000 Received: from [192.168.42.191] (unknown [213.55.184.150]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by kalnich2.nine.ch (Postfix) with ESMTPSA id F1F4C1600AC for ; Tue, 18 Mar 2014 08:47:07 +0000 (UTC) Message-ID: <1395132425.11533.1.camel@ubuntu> Subject: Re: case-conversion: standardise on Locale.ROOT (1.6) or Locale.ENGLISH (1.6) From: Oleg Kalnichevski To: HttpComponents Project Date: Tue, 18 Mar 2014 09:47:05 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 2014-03-18 at 01:04 +0000, sebb wrote: > There are 83 instances of case conversion using a Locale (none > without) in HC project trunk > > Of these, there are: > > 23 Locale.ENGLISH (includes 4 comments) > 33 Locale.ROOT (Java 1.6+; httpasycclient currently uses 1.5) > 27 Locale.US (httpclient/httpcore only) > > It does not make sense to me to use US (or UK). > Although they are short, they are too specific. > ROOT is ideal, but is 1.6+ > > httpasyncclient only has 5 instances of Locale, two of which are comments. > It only uses ENGLISH. > > I propose to convert the Locale instances in client and core to ROOT. > The httpasyncclient component can be done when it requires 1.6 > > OK? > I think I have already changed all non-deprecated classes in core and client to use Locale.ROOT. I see no point changing deprecated code. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org