Version 2 of binary decode

Updated 2012-05-04 13:13:59 by dkf
binary decode encoding data

Decodes the string data to a string of bytes (characters from \u0000\u00ff) according to the encoding rule encoding. The encoding must currently be one of base64, hex, or uuencode.

This functionality became available due to TIP #317 .

See also