binary encode

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 .