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。
转载自:https://blog.csdn.net/doris_d/article/details/45815841