property UseUnicode: boolean; default False;
Description
The UseUnicode property specifies, whether UTF8 conversion will be used by the channel when data is transferred to/from the stream.
If UseUnicode equals False, data will be converted to ASCII format, otherwise, it will be converted from/to UTF8 format.
The default value is False.
See Also