resin环境下用UTF-8编码,出现java.io.CharConversionException: illegal utf8 encoding
resin环境下用UTF-8编码,出现java.io.CharConversionException:?? illegal?? utf8?? encoding????
?
解决办法:
?
检查文件的编码是不是 UTF-8
?统一解决方法: 将原来的文件 使用EditPlus 另存为 UTF-8编码的文件,上传至CVS,update后 即可正常。