DefaultCodePage Property

SharpZip Compression Library

SharpZip Compression Library

ZipConstants.DefaultCodePage Property

Default encoding used for string conversion. 0 gives the default system Ansi code page. Dont use unicode encodings if you want to be Zip compatible! Using the default code page isnt the full solution neccessarily there are many variable factors, codepage 850 is often a good choice for European users, however be careful about compatability.

public static int DefaultCodePage {get; set;}

See Also

ZipConstants Class | ICSharpCode.SharpZipLib.Zip Namespace