You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benjamin Bentmann (JIRA)" <ji...@apache.org> on 2008/04/25 13:19:55 UTC

[jira] Created: (CODEC-65) Fix case-insensitive string handling

Fix case-insensitive string handling
------------------------------------

                 Key: CODEC-65
                 URL: https://issues.apache.org/jira/browse/CODEC-65
             Project: Commons Codec
          Issue Type: Bug
    Affects Versions: 1.3
            Reporter: Benjamin Bentmann
         Attachments: CODEC-65.patch

The language codecs are platform-depedent, please see [Common Bug #3|http://www.nabble.com/Re%3A-Common-Bugs-p14931921s177.html] for details.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CODEC-65) Fix case-insensitive string handling

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

Henri Yandell closed CODEC-65.
------------------------------

    Resolution: Fixed

Nice one.

svn ci -m "Applying Benjamin Bentmann's patch from CODEC-65, which changes the various encoders to use a locale when lowercasing. The encoders all assume the English locale, so when running in non English locales the default toLowerCase sometimes does not work as the encoder expects. "

Sending        src/java/org/apache/commons/codec/language/Caverphone.java
Sending        src/java/org/apache/commons/codec/language/DoubleMetaphone.java
Sending        src/java/org/apache/commons/codec/language/Metaphone.java
Sending        src/java/org/apache/commons/codec/language/SoundexUtils.java
Sending        src/test/org/apache/commons/codec/StringEncoderAbstractTest.java
Transmitting file data .....
Committed revision 651874.

> Fix case-insensitive string handling
> ------------------------------------
>
>                 Key: CODEC-65
>                 URL: https://issues.apache.org/jira/browse/CODEC-65
>             Project: Commons Codec
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Benjamin Bentmann
>             Fix For: 1.4
>
>         Attachments: CODEC-65.patch
>
>
> The language codecs are platform-depedent, please see [Common Bug #3|http://www.nabble.com/Re%3A-Common-Bugs-p14931921s177.html] for details.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CODEC-65) Fix case-insensitive string handling

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

Benjamin Bentmann updated CODEC-65:
-----------------------------------

    Attachment: CODEC-65.patch

> Fix case-insensitive string handling
> ------------------------------------
>
>                 Key: CODEC-65
>                 URL: https://issues.apache.org/jira/browse/CODEC-65
>             Project: Commons Codec
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Benjamin Bentmann
>         Attachments: CODEC-65.patch
>
>
> The language codecs are platform-depedent, please see [Common Bug #3|http://www.nabble.com/Re%3A-Common-Bugs-p14931921s177.html] for details.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CODEC-65) Fix case-insensitive string handling

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

Henri Yandell updated CODEC-65:
-------------------------------

    Fix Version/s: 1.4

> Fix case-insensitive string handling
> ------------------------------------
>
>                 Key: CODEC-65
>                 URL: https://issues.apache.org/jira/browse/CODEC-65
>             Project: Commons Codec
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Benjamin Bentmann
>             Fix For: 1.4
>
>         Attachments: CODEC-65.patch
>
>
> The language codecs are platform-depedent, please see [Common Bug #3|http://www.nabble.com/Re%3A-Common-Bugs-p14931921s177.html] for details.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.