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