PostGIS 2.0 Shapefile and DBF Loader Exporter 导入失败

来源:互联网 发布:python recv 最大值 编辑:程序博客网 时间:2024/05/16 12:28

错误信息:

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

postgis

0 0