RuoYi
2025-03-14 ff956763d7b6464eae6f9f794ea742897c836cee
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))