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