--- /RFC1522Codec.java	2023-07-05 02:19:59.258121495 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/RFC1522Codec.java	2023-07-05 02:19:59.258121495 +0200
@@ -120,8 +120,8 @@
         }
         String encoding = text.substring(from, to);
         if (!getEncoding().equalsIgnoreCase(encoding)) {
-            throw new DecoderException("This codec cannot decode " + 
-                encoding + " encoded content");
+throw new DecoderException ( "This codec cannot decode "  |  encoding + " encoded content" ) ;
+ 
         }
         from = to + 1;
         to = text.indexOf("?", from);
