class uchar_output_channel_of :t -> OOChannel.char_output_channel ->
[UChar.t]
OOChannel.obj_output_channel
new uchar_ouput_channel_of enc c_out
creates the new output
channel which convert Unicode to its byte representation using
encoding enc
.