[
https://issues.apache.org/jira/browse/CODEC-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved CODEC-255.
------------------------
Resolution: Fixed
7972242 CODEC-255 ColognePhonetic handles x incorrectly
> ColognePhonetic handles x incorrectly
> -------------------------------------
>
> Key: CODEC-255
> URL: https://issues.apache.org/jira/browse/CODEC-255
> Project: Commons Codec
> Issue Type: Bug
> Affects Versions: 1.12
> Reporter: Holger Grote
> Priority: Major
>
> In the ColognePhonetic the letter x is coded as 48. This is solved in the
> implementation in adding a 's' in the string.
> With this a string 'xch' ist coded as 48 instead of the correct 484.
> A solution is to store the added 'S' in the next loop not in the lastChar.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)