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