Excel for WinRT
ZipEncoding Class
Members 


Encoding used for entry names and comments NOTE: this is culture-dependent, which is a really bad idea, but most zip packers use the default OEM code page to encode file names, so we have to go along with it... Note that Encoding.Default seems like a logical choice but doesn't really work for international locales. Instead, we need to create an encoding using the current OEMCodePage. That allows accents and international characters to be used in file names (like the zip built into Windows, allows names such as "Åland.txt", "Äiti.txt", "Würth.txt", etc.). This has nothing to do with compression, it's just used to encode and decode entry names and comments.
Object Model
ZipEncoding Class
Syntax
'Declaration
 
Public Class ZipEncoding 
'Usage
 
Dim instance As ZipEncoding
public class ZipEncoding 
Inheritance Hierarchy

System.Object
   C1.C1Zip.ZipEncoding

See Also

Reference

ZipEncoding Members
C1.C1Zip Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback