--- /SoundexUtils.java	2023-07-05 03:04:15.586041932 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/SoundexUtils.java	2023-07-05 03:04:15.590041932 +0200
@@ -50,8 +50,9 @@
             }
         }
         if (count == len) {
-            return str.toUpperCase(java.util.Locale.ENGLISH);
-        }
+ 
+return str.toUpperCase(java.util.Locale.ENGLISH); 
+ 
         return new String(chars, 0, count).toUpperCase(java.util.Locale.ENGLISH);
     }
 
