Discuss this help topic in SecureBlackbox Forum

TElShellSSHSubsystemHandler.UseUTF8

TElShellSSHSubsystemHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if the UTF-8 encoding must be used.

Declaration

[C#]
    bool UseUTF8;

[VB.NET]
    Property UseUTF8 As Boolean

[Pascal]
    property UseUTF8 : boolean;

[C++]
    bool get_UseUTF8();
    void set_UseUTF8(bool Value);

[PHP]
    bool get_UseUTF8()
    void set_UseUTF8(bool $Value)

[Java]
    not available

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum