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