mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
ZipUtil.unzip增加编码容错(issue#I3UZ28@Gitee)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package org.dromara.hutool.core.compress;
|
||||
|
||||
import org.dromara.hutool.core.io.file.FileUtil;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class IssueI3UZ28Test {
|
||||
@Test
|
||||
@Disabled
|
||||
void unzipWithGBKTest() {
|
||||
ZipUtil.unzip(FileUtil.file("d:/test/test.zip"));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user