import special characters not displayed properly
Open
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 954
- PR merge metrics
- No merged PRs in 30d
Description
import file content is
```
/=测试名字=测试值hahaha
```


Change Import.java
```
uploadFileName = item.getName();
//this cause error
//sbFile.append(item.getString());
//this can work well
sbFile.append(item.getString("UTF-8"));
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.