cancel
Showing results for 
Search instead for 
Did you mean: 

UTF-8 encoding inside of .zip downloaded as "Download Folder"

Former Member
0 Kudos

Hello.

We have an issue with action "Download Folder" and UTF-8 encoding inside of the archive which system generates.

The files inside archive after downloading looks:

Does anybody face the same issue?

SAP Mobile Documents SP4 last hf.

Thanks in advance.

Boris Shkolnikov.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Boris,

it is a general problem in Java 6 that the ZipOutputStream class does not allow to specify an encoding for the names of zip entries. In Java 7, ZipOutputStream has a new constructor to set this encoding, and the default is UTF-8:

http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipOutputStream.html#ZipOutputStream(java.io....

If Mobile Documents runs on Java 7, the issue does not occur.

Best regards,
Robert

Former Member
0 Kudos

Should I upgrade netweaver on sap jvm 7 or higher?

Former Member
0 Kudos

How should I fix it, if sap netweaver 7.4 doesn't support sap jvm 7 and higher?