Holger Grote created CODEC-255:
----------------------------------
Summary: ColognePhonetic handles x incorrect
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
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)