Version 3 of binary encode

Updated 2014-03-26 06:57:58 by pooryorick

binary encode, provides commands for encoding values to base64, hexadecimal, and uuencode formats.

Synopsis

binary decode base64|hex|uuencode ?-strict? data
binary encode base64 ?-maxlen length? ?-wrapchar character? data
binary encode hex data
binary encode uuencode ?-maxlen length? ?-wrapchar character? data

Description

This functionality became available due to TIP #317 .