Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
4.8.2
-
None
-
cc741597021dd5e9c7ca2caffaf8a15181f68e89
Description
According to documentation QByteArray::toBase64() encodes data according to RFC 2045. In this RFC is specified that line size cannot exceed 76 characters (not including line feed). The function doesn't take this into account and encode the whole chunk of data into one line.