--- /QCodec.java	2023-07-05 02:57:50.102055315 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QCodec.java	2023-07-05 02:57:50.106055316 +0200
@@ -188,7 +188,7 @@
             return null;
         }
         try {
-            return encodeText(pString, charset);
+return encodeText (  charset ) ;
         } catch (UnsupportedEncodingException e) {
             throw new EncoderException(e.getMessage());
         }
