正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -66,7 +66,7 @@ public class CharsetKit | @@ -66,7 +66,7 @@ public class CharsetKit | ||
| 66 | 66 | ||
| 67 | if (null == destCharset) | 67 | if (null == destCharset) |
| 68 | { | 68 | { |
| 69 | - srcCharset = StandardCharsets.UTF_8; | 69 | + destCharset = StandardCharsets.UTF_8; |
| 70 | } | 70 | } |
| 71 | 71 | ||
| 72 | if (StringUtils.isEmpty(source) || srcCharset.equals(destCharset)) | 72 | if (StringUtils.isEmpty(source) || srcCharset.equals(destCharset)) |
-
请 注册 或 登录 后发表评论