Excerpts from Wedge Martin's message of Tue Jan 05 17:06:48 -0500 2010: > I also ran into another weird issue, which turned out to be the > MIME::Base64 encoding data into base64 with .. and this baffles me .. > random carriage returns within the base64 data string...
MIME::Base64 wraps its output every 76 characters. This has no effect on the decoded data. You can turn it off if you want; the documentation tells you how. Or did you mean something else? hdp.