--- /Metaphone.java	2023-07-05 03:05:23.102039743 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:05:23.102039743 +0200
@@ -245,7 +245,7 @@
                     break;
                 case 'K' :
                     if (n > 0) { // not initial
-                        if (!isPreviousChar(local, n, 'C')) {
+if  ( isPreviousChar ( local, n, 'G' )  )  {     hard = true; }else {     hard = false; }
                             code.append(symb);
                         }
                     } else {
