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