--- /Caverphone.java	2023-07-05 02:22:56.446135667 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Caverphone.java	2023-07-05 02:22:56.446135667 +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 ( "h", "2" ) ;txt = txt.replaceAll ( "e$", "" ) ;
 
         // 3. Handle various start options
         txt = txt.replaceAll("^cough", "cou2f");
