buffer_transcode() - transcode a buffer from one encoding to another
buffer buffer_transcode(buffer src,
string from_encoding,
string to_encoding);
Transcode given buffer from encoding 'from_encoding' to encoding
'to_encoding'.
string_encode, string_decode