G
Guest
HELP!
I write a C# class which uses J# class
java.io.FileOutputStream,java.util.ZipInputStream and so on to do operations
on zip file.
For example:
When I add a file '1.txt' into 'hah.zip',everything goes well.
But if I add a file named 'ä½ å¥½.txt',whose name contains Chinese or Japanese
characters,the zip file corrupts.
How cound I solve the problem.
Thx in advanced.
I write a C# class which uses J# class
java.io.FileOutputStream,java.util.ZipInputStream and so on to do operations
on zip file.
For example:
When I add a file '1.txt' into 'hah.zip',everything goes well.
But if I add a file named 'ä½ å¥½.txt',whose name contains Chinese or Japanese
characters,the zip file corrupts.
How cound I solve the problem.
Thx in advanced.