Currently I stuck with a zipping of files with non-ASCII characters in their names.
Actually, I have a few ideas how to move ahead and resolve it but I want to wait a little because my ideas require more efforts than I expected initially.
My current solutions is next (you can download working example on the bottom of this page):
- I have a Java library that uses standard capabilities of java.util.zip.ZipEntry and java.util.zip.ZipOutputStream.
- I use LS2J technology so I have a lotus script class that invokes public method from Java-class that does actual zipping.
Solution is simple and works perfect until we do not have files with non-ASCII characters in their names.
