Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 81970 invoked from network); 25 Apr 2008 14:13:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2008 14:13:40 -0000 Received: (qmail 13323 invoked by uid 500); 25 Apr 2008 14:13:38 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 13260 invoked by uid 500); 25 Apr 2008 14:13:38 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 13227 invoked by uid 99); 25 Apr 2008 14:13:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 07:13:38 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 14:12:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 40031234C10A for ; Fri, 25 Apr 2008 07:09:57 -0700 (PDT) Message-ID: <183488232.1209132597260.JavaMail.jira@brutus> Date: Fri, 25 Apr 2008 07:09:57 -0700 (PDT) From: "James Carman (JIRA)" To: issues@commons.apache.org Subject: [jira] Issue Comment Edited: (LANG-430) Add methods StringUtils.lowerCase(String, Locale) and StringUtils.upperCase(String, Locale) In-Reply-To: <1623011917.1209130795782.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592382#action_12592382 ] jwcarman edited comment on LANG-430 at 4/25/08 7:09 AM: ------------------------------------------------------------ I agree; if we're going to provide null-safe, helper methods, we should also provide the locale-sensitive ones. I don't think we can remove them at this point. was (Author: jwcarman): I agree, if we're going to provide null-safe, helper methods, we should also provide the locale-sensitive ones. I don't think we can remove them at this point. > Add methods StringUtils.lowerCase(String, Locale) and StringUtils.upperCase(String, Locale) > ------------------------------------------------------------------------------------------- > > Key: LANG-430 > URL: https://issues.apache.org/jira/browse/LANG-430 > Project: Commons Lang > Issue Type: New Feature > Affects Versions: 2.4 > Reporter: Benjamin Bentmann > Priority: Minor > Attachments: LANG-430.patch > > > Since the platform-dependence of [String.to*Case()|http://java.sun.com/javase/6/docs/api/java/lang/String.html#toLowerCase()] is usually not intended, developers will specify a fixed locale when doing the case transformation (compare [Common Bug #3|http://www.nabble.com/Re%3A-Common-Bugs-p14931921s177.html]). There are currently not related methods in {{StringUtils}}. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.