[ 
https://issues.apache.org/jira/browse/LANG-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456947#comment-13456947
 ] 

Aaron Digulla commented on LANG-795:
------------------------------------

Not from the top of my hat; I'll open more bugs when I encounter them.

Right now, my most pressing issue is I'd like to fix the many string literals 
in commons-io and I can't do that without this fix.
                
> Replace all "String encoding" parameters with Charset
> -----------------------------------------------------
>
>                 Key: LANG-795
>                 URL: https://issues.apache.org/jira/browse/LANG-795
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.*
>    Affects Versions: 3.1
>            Reporter: Aaron Digulla
>
> In several places, String constants are used to specify an encoding for data.
> Please add methods that accept {{Charset}} instead, and deprecate the 
> existing methods.
> The goal of this change is to reduce code smell (using String constants 
> instead of a real value type).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to