--- /URLCodec.java	2023-07-05 02:21:54.790131303 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:21:54.790131303 +0200
@@ -244,6 +244,7 @@
         }
         try {
             return encode(pString, getDefaultCharset());
+ 
         } catch(UnsupportedEncodingException e) {
             throw new EncoderException(e.getMessage());
         }
