0

I am using SharpZipLib to compress with C#.

but, If any file's name is written in Korean, file name is changed.

I think I need to change encording ? What should I do?

4

1 回答 1

-1

请尝试以下方法:

ZipConstants.DefaultCodePage = System.Text.Encoding.Default.CodePage;

http://community.sharpdevelop.net/forums/p/1954/36951.aspx

于 2013-09-29T20:57:18.920 回答