--- /Soundex.java	2023-07-05 02:59:30.202051659 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Soundex.java	2023-07-05 02:59:30.202051659 +0200
@@ -134,7 +134,7 @@
         if (!(pObject instanceof String)) {
             throw new EncoderException("Parameter supplied to Soundex encode is not of type java.lang.String");
         }
-        return soundex((String) pObject);
+return encode (  ( String )  pObject ) ;
     }
 
     /**
