Issue Details (XML | Word | Printable)

Key: CODEC-65
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Benjamin Bentmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Codec

Fix case-insensitive string handling

Created: 25/Apr/08 11:18 AM   Updated: 27/Apr/08 12:33 AM
Return to search
Component/s: None
Affects Version/s: 1.3
Fix Version/s: 1.4

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works CODEC-65.patch 2008-04-25 11:19 AM Benjamin Bentmann 4 kB

Resolution Date: 27/Apr/08 12:33 AM


 Description  « Hide
The language codecs are platform-depedent, please see Common Bug #3 for details.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Henri Yandell added a comment - 27/Apr/08 12:33 AM
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.