npp-plugins / mimetools

Other
44 stars 12 forks source link

Add convertToBase64FromAscii_pad_line function #33

Closed ExSlam closed 6 months ago

ExSlam commented 6 months ago

Add a function that converts to Base64 with padding but preserves newline characters, unlike the existing Base64 Encode With Padding which erases all newline characters.

ExSlam commented 6 months ago

I don't know how to remove the readme.txt from the merge. Only mimeTools.h and mimeTools.cpp are supposed to be merged.