使用产品:iOBject 9操作系统:win10 x64
数据类型: 数据库型数据源
问题详细描述:
用iObject导入shp文件固定字符集UTF-8出现中文会乱码,
ImportSettingSHP importSettingSHP = new ImportSettingSHP();
importSettingSHP.setAttributeIgnored(false);
importSettingSHP.setImportMode(ImportMode.OVERWRITE);
// 设置需要导入的数据路径信息
importSettingSHP.setSourceFilePath(dataItem.getValue());
log.info("源文件字符集===" + importSettingSHP.getSourceFileCharset());
字符集一直显示DEFAULT,而不是UTF-8