You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dimitar A. Stoikov (JIRA)" <ji...@apache.org> on 2009/01/20 14:14:59 UTC

[jira] Created: (CODEC-74) allow for uppercase letters as the output of Hex.encodeHex()

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: Improvement
            Reporter: Dimitar A. Stoikov
            Priority: Minor


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.


[jira] Updated: (CODEC-74) Allow for uppercase letters output in Hex.encodeHex()

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated CODEC-74:
-------------------------------

    Fix Version/s:     (was: Nightly Builds)

> Allow for uppercase letters output in 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
>
>
> 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.


[jira] Updated: (CODEC-74) Allow for uppercase letters output in Hex.encodeHex()

Posted by "Gary Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated CODEC-74:
------------------------------

    Summary: Allow for uppercase letters output in Hex.encodeHex()  (was: Allow for uppercase letters as the output of Hex.encodeHex())

> Allow for uppercase letters output in 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.


[jira] Updated: (CODEC-74) Allow for uppercase letters as the output of Hex.encodeHex()

Posted by "Gary Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated CODEC-74:
------------------------------

    Fix Version/s: 1.4
         Assignee: Gary Gregory
       Issue Type: New Feature  (was: Improvement)
          Summary: Allow for uppercase letters as the output of Hex.encodeHex()  (was: allow for uppercase letters as the output of Hex.encodeHex())

> 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
>
>
> 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.


[jira] Resolved: (CODEC-74) Allow for uppercase letters as the output of Hex.encodeHex()

Posted by "Gary Gregory (JIRA)" <ji...@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.