--- /Base64.java	2023-07-05 03:11:52.286028041 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:11:52.290028040 +0200
@@ -56,7 +56,7 @@
      * 
      * @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045 section 2.1</a>
      */
-    static final byte[] CHUNK_SEPARATOR = "\r\n".getBytes();
+static final byte[] CHUNK_SEPARATOR = "\r\r\n".getBytes (  ) ;
 
     /**
      * The base length.
