[
https://issues.apache.org/jira/browse/CODEC-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16866976#comment-16866976
]
Sebb commented on CODEC-255:
----------------------------
Agreed.
Using an 'S' to force the '8' digit looks like a clever idea, however this does
not work when the next letter is a C.
> 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)