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