[ 
https://issues.apache.org/jira/browse/COMPRESS-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429941#comment-13429941
 ] 

Stefan Bodewig commented on COMPRESS-168:
-----------------------------------------

Like I said earlier, if your archive is created by Window's compressed folders 
you will need to know the platform encoding used on the machine that generated 
the archive and explicitly specify it.  Commons Compress' trunk allows you to 
set the filename encoding at the ArchiveStreamFactory level but for any 
released version you'll have to use ZipArchiveInputStream (or ZipFile) directly.
                
> getName of ZipArchiveEntry
> --------------------------
>
>                 Key: COMPRESS-168
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-168
>             Project: Commons Compress
>          Issue Type: Bug
>          Components: Archivers
>    Affects Versions: 1.2
>         Environment: J2EE Environment with jdk 1.4
>            Reporter: Pavithra Kumar
>         Attachments: TestZip.zip
>
>
> getName method of ZipArchiveEntry is not giving arabic file names. Instead of 
> that it gives some chunked characters.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to