Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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?
请尝试以下方法:
ZipConstants.DefaultCodePage = System.Text.Encoding.Default.CodePage;
见http://community.sharpdevelop.net/forums/p/1954/36951.aspx