Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 66761 invoked from network); 20 Jan 2009 20:55:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jan 2009 20:55:21 -0000 Received: (qmail 73320 invoked by uid 500); 20 Jan 2009 20:55:20 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 73255 invoked by uid 500); 20 Jan 2009 20:55:20 -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 73244 invoked by uid 99); 20 Jan 2009 20:55:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 12:55:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 20 Jan 2009 20:55:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A776C234C4A9 for ; Tue, 20 Jan 2009 12:54:59 -0800 (PST) Message-ID: <1730855961.1232484899684.JavaMail.jira@brutus> Date: Tue, 20 Jan 2009 12:54:59 -0800 (PST) From: "Gary Gregory (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (CODEC-74) Allow for uppercase letters as the output of Hex.encodeHex() In-Reply-To: <1232105547.1232457299685.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/CODEC-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CODEC-74. ------------------------------- Resolution: Fixed Fix Version/s: Nightly Builds Added API Hex.encodeHex(byte[], boolean). See code and Javadoc in SVN. > Allow for uppercase letters as the output of Hex.encodeHex() > ------------------------------------------------------------ > > Key: CODEC-74 > URL: https://issues.apache.org/jira/browse/CODEC-74 > Project: Commons Codec > Issue Type: New Feature > Reporter: Dimitar A. Stoikov > Assignee: Gary Gregory > Priority: Minor > Fix For: 1.4, Nightly Builds > > > Perhaps this is recurring. Sorry if this is the case. > As of now, Hex.encodeHex() will only use lowercase letters. There may be clients of this class who need the output in uppercase. Such clients who want to use the library, now need to do the upper-casing externally to the class. Being able to choose the output format will help reducing computing cycles, which is often an objective for library routines. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.