--- /Caverphone.java	2023-07-05 02:22:43.566134801 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Caverphone.java	2023-07-05 02:22:43.570134801 +0200
@@ -58,6 +58,7 @@
         // 1. Convert to lowercase
         txt = txt.toLowerCase(java.util.Locale.ENGLISH);
 
+
         // 2. Remove anything not A-Z
         txt = txt.replaceAll("[^a-z]", "");
 
