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

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

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