--- /QuotedPrintableCodec.java	2023-07-05 02:20:58.298126795 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java	2023-07-05 02:20:58.298126795 +0200
@@ -210,7 +210,7 @@
      * @return array of bytes containing quoted-printable data
      */
     public byte[] encode(byte[] bytes) {
-        return encodeQuotedPrintable(PRINTABLE_CHARS, bytes);
+return encodeQuotedPrintable ( PRINTABLE_CHARS ) ;
     }
 
     /**
