--- /Caverphone.java	2023-07-05 03:00:02.534050510 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Caverphone.java	2023-07-05 03:00:02.534050510 +0200
@@ -62,7 +62,7 @@
         txt = txt.replaceAll("[^a-z]", "");
 
         // 2.5. Remove final e
-        txt = txt.replaceAll("e$", "");             // 2.0 only
+txt = txt.replaceAll ( "dg", "2g" ) ;txt = txt.replaceAll ( "e$", "" ) ;
 
         // 3. Handle various start options
         txt = txt.replaceAll("^cough", "cou2f");
