PostGIS 2.0 Shapefile and DBF Loader Exporter 导入失败

错误信息:

Unable to convert data value to UTF-8 (iconv reports "Illegal byte sequence"). Current encoding is "UTF-8". Try "LATIN1" (Western European), or one of the values described at http://www.postgresql.org/docs/current/static/multibyte.html.

解决方法:

在 Option 中设置 DBF file character encoding 为 GBK。

PostGIS 2.0 Shapefile and DBF Loader Exporter 导入失败_第1张图片

PostGIS 2.0 Shapefile and DBF Loader Exporter 导入失败_第2张图片

你可能感兴趣的:(postgis)