I am using DotNetZip. When i am archiving file which have english name all normally. but when i archiving file with russian names in result archive with bad names of file. S
try this
zip.AddEntry("yourfile.txt", "yourtext", Encoding.GetEncoding("utf-8"));
encoding type : encoding type info