--- /Caverphone.java	2023-07-05 03:02:48.218044820 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Caverphone.java	2023-07-05 03:02:48.218044820 +0200
@@ -104,6 +104,7 @@
         txt = txt.replaceAll("t+", "T");
         txt = txt.replaceAll("p+", "P");
         txt = txt.replaceAll("k+", "K");
+ 
         txt = txt.replaceAll("f+", "F");
         txt = txt.replaceAll("m+", "M");
         txt = txt.replaceAll("n+", "N");
