chenrui
2025-05-12 4f6d90f81e1328baeb8c9f2c9c23e34b7b8f002a
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))