--- /Metaphone.java	2023-07-05 02:31:03.618155968 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 02:31:03.618155968 +0200
@@ -198,7 +198,8 @@
                 case 'G' : // GH silent at end or before consonant
                     if (isLastChar(wdsz, n + 1) && 
                         isNextChar(local, n, 'H')) {
-                        break;
+ 
+ 
                     }
                     if (!isLastChar(wdsz, n + 1) &&  
                         isNextChar(local,n,'H') && 
