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