Page 1 of 1

import zip file/java uploader issue -NonEnglish users

PostPosted:Wed May 29, 2013 12:34 pm
by yrabah
Hi, so Im still new with openKM, I found alot of the information here useful. I set up openkm community 6.2.3. I have an issue that I am wondering if anyone faced for non-english users. I tried to look for someone with similar issue but didnt seem to find

If I upload a document that has Arabic text in name (example Arabic-Name.doc) it uploads fine to the root directory in openkm. also naming arabic folders in openKM is fine. However, my problem is when I import from zip file, all arabic names become unreadable. Also the same on the java uploader.

Anyone knows what could be the issue.

Re: import zip file/java uploader issue -NonEnglish users

PostPosted:Thu May 30, 2013 8:02 pm
by jllort
The problem normally comes with zip format, which really internally is not storing as utf-8 ( from windows to windows all goes right but when works with utf-8 scenario then is where you're discovering the incompatibility ). It's quite difficult to solve it, I suggest zip with 7zip application I think you will get better results.

Re: import zip file/java uploader issue -NonEnglish users

PostPosted:Sat Jun 01, 2013 8:18 am
by yrabah
Thanks Jllort, I didnt think of that. I will download and test out .. thanks for your input!

Re: import zip file/java uploader issue -NonEnglish users

PostPosted:Mon Aug 26, 2024 8:38 am
by Moheb
The Problem is character set not matching, Arabic character set uses AR8MSWIN1256 not 1252 (the default).

Re: import zip file/java uploader issue -NonEnglish users

PostPosted:Thu Sep 26, 2024 7:05 am
by jllort
Are you running the OpenKM in Linux OS or in Windows OS?
Where have been created the zip file. There're a lot of problems with zip create with WinZip software because compatibility between OS. I suggest use 7-zip software to create your zip file ( it have less issues )