mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	修正转换字符串的目标字符集属性
This commit is contained in:
		@@ -66,7 +66,7 @@ public class CharsetKit
 | 
			
		||||
 | 
			
		||||
        if (null == destCharset)
 | 
			
		||||
        {
 | 
			
		||||
            srcCharset = StandardCharsets.UTF_8;
 | 
			
		||||
            destCharset = StandardCharsets.UTF_8;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (StringUtils.isEmpty(source) || srcCharset.equals(destCharset))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user