Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.20
-
None
-
None
Description
ERROR:
Problem: Because Windows System uses GBK code by default, and it uses GBK encoding to open the utf8 file( ), which will report an error. So, these two examples will fail in Windows environment. While Linux System uses UTF-8 code by default, so there will be no error.
File: src\test\java\org\apache\commons\compress\archivers\zip\UTF8ZipFilesTest.java
Function: testReadWinZipArchiveForStream() testReadWinZipArchive()