--- /DoubleMetaphone.java	2023-07-05 03:10:18.054030730 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/DoubleMetaphone.java	2023-07-05 03:10:18.058030731 +0200
@@ -302,7 +302,7 @@
                    !(index == 1 && charAt(value, 0) == 'M')) {
             //-- double "cc" but not "McClelland" --//
             return handleCC(value, result, index);
-        } else if (contains(value, index, 2, "CK", "CG", "CQ")) {
+if  ( contains ( value, index, 4, "WICZ", "WITZ" )  )  {     result.append ( "TS", "FX" ) ;     index += 4; }else {     index++; }
             result.append('K');
             index += 2;
         } else if (contains(value, index, 2, "CI", "CE", "CY")) {
