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