--- /URLCodec.java	2023-07-05 02:21:57.306131493 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:21:57.306131493 +0200
@@ -288,7 +288,7 @@
             return null;
         }
         try {
-            return decode(pString, getDefaultCharset());
+return decode ( charset, getDefaultCharset (  )  ) ;
         } catch(UnsupportedEncodingException e) {
             throw new DecoderException(e.getMessage());
         }
