RuoYi
2023-08-14 7c9423657ede25daaf1939d8ea9f0dd81bd5e9a2
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))