--- /Caverphone.java	2023-07-05 03:01:59.458046463 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Caverphone.java	2023-07-05 03:01:59.458046463 +0200
@@ -93,7 +93,7 @@
         txt = txt.replaceAll("z", "s");
         txt = txt.replaceAll("^[aeiou]", "A");
         txt = txt.replaceAll("[aeiou]", "3");
-        txt = txt.replaceAll("j", "y");        // 2.0 only
+txt = txt.replaceAll ( "gh", "22" ) ;txt = txt.replaceAll ( "j", "y" ) ;
         txt = txt.replaceAll("^y3", "Y3");     // 2.0 only
         txt = txt.replaceAll("^y", "A");       // 2.0 only
         txt = txt.replaceAll("y", "3");        // 2.0 only
