RuoYi
2023-12-05 f74454b61a8f0050b1cdcfbf0c46b7c572c46e81
ruoyi-common/src/main/java/com/ruoyi/common/core/text/CharsetKit.java
@@ -66,7 +66,7 @@
        if (null == destCharset)
        {
            srcCharset = StandardCharsets.UTF_8;
            destCharset = StandardCharsets.UTF_8;
        }
        if (StringUtils.isEmpty(source) || srcCharset.equals(destCharset))