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?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to