【新增】 读取C语言文件乱码问题

This commit is contained in:
dlaren
2025-08-20 22:16:38 +08:00
parent 184d1ce578
commit a74bd10f02
3 changed files with 43 additions and 1 deletions

View File

@@ -86,6 +86,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.googlecode.juniversalchardet</groupId>
<artifactId>juniversalchardet</artifactId>
<version>1.0.3</version>
</dependency>
<!-- 工具类相关 -->
<dependency>