[
https://issues.apache.org/jira/browse/CODEC-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed CODEC-30.
------------------------------
Resolution: Won't Fix
Marking as WONTFIX - I don't see anything being done here.
> [codec] Character "ö" or "é" not mapped in soundex encoding
> -------------------------------------------------------------
>
> Key: CODEC-30
> URL: https://issues.apache.org/jira/browse/CODEC-30
> Project: Commons Codec
> Issue Type: Bug
> Affects Versions: 1.2
> Environment: Operating System: All
> Platform: All
> Reporter: Rogier Selie
>
> When calling soundex.soundex(x) with x a string with a diacritical mark
> like "ö" or "é" the following exception occurs:
> java.lang.ArrayIndexOutOfBoundsException: 131
> at org.apache.commons.codec.language.Soundex.map(Soundex.java:199)
> at
> org.apache.commons.codec.language.Soundex.getMappingCode(Soundex.java
> :157)
> This happens when calling the difference(s1, s2) in codec verion 1.3-dev this
> exception occurs too
> Cheers Rogier
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.