--- /Soundex.java	2023-07-05 02:22:33.770134126 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Soundex.java	2023-07-05 02:22:33.774134126 +0200
@@ -258,6 +258,7 @@
         char last, mapped;
         int incount = 1, count = 1;
         out[0] = str.charAt(0);
+ 
         // getMappingCode() throws IllegalArgumentException
         last = getMappingCode(str, 0);
         while ((incount < str.length()) && (count < out.length)) {
