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