

For the files section, this is partially irrelevant since files already contain the corresponding separators, but you can define which one to use for the "encode each line separately" and "split lines into chunks" functions.

Purebasic base64encoder windows#
Newline separator: Unix and Windows systems use different line break characters, so prior to encoding either variant will be replaced within your data by the selected option.As for files, the binary option is the default, which will omit any conversion this option is required for everything except plain text documents. Note that in case of text data, the encoding scheme does not contain the character set, so you may have to specify the appropriate set during the decoding process. Change this option if you want to convert the data to another character set before encoding.

