Back to product page

UTF8Encoding property


Determines is UTF8 conversion is used.

Type

A Boolean value. When set to True forces wodFtpDLX perform UTF8 conversion

Syntax

  • Basic
object.UTF8Encoding[= value]
The UTF8Encoding(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
valueA Boolean value.

Remarks

This property is used to specify if UTF8 character conversion should be used. If not set, the component will try to auto-detect character encoding. However, in some cases, the auto-detection isn't possible. That's when this UTF8Encoding property comes in.

If set to False, no conversion will be done.

If set to True, UTF8 conversion will be forced.

NOTE: This property should be set after connecting to server, and can be changed at any time, even while the connection is active.

Platforms

Windows