Discuss this help topic in SecureBlackbox Forum

TElZipWriter.UseUTF8Filenames

TElZipWriter     


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


Specifies if file names should be stored in UTF8.

Declaration

[C#]
    bool UseUTF8Filenames;

[VB.NET]
    Property UseUTF8Filenames As Boolean

[Pascal]
    property UseUTF8Filenames : boolean;

[C++]
    bool get_UseUTF8Filenames();
    void set_UseUTF8Filenames(bool Value);

[PHP]
    bool get_UseUTF8Filenames()
    void set_UseUTF8Filenames(bool $Value)

[Java]
    boolean getUseUTF8Filenames();
    void setUseUTF8Filenames(boolean Value);

Description

    Use this property to specify whether TElZipWriter should store file names in UTF8. By default, the file names are stored in OEM encoding.
    Note that this feature is not supported by most implementations, including 7-Zip, Windows zip folders etc.

Discuss this help topic in SecureBlackbox Forum