I'm trying to import the Tiger 2010 County and equivalent shapefile for the entire US. Its tl_2010_us_county10 found here:<div><a href="http://www.census.gov/cgi-bin/geo/shapefiles2010/main">http://www.census.gov/cgi-bin/geo/shapefiles2010/main</a></div>
<div><br></div><div>I create a new database with Encoding UTF8, template_postgis. If I choose anything other than UTF8, it will not allow me to use the postgis template.</div><div><br></div><div>I then use the Shape to PostGIS Importer wizard, change the SRID to 4269, but otherwise leave everything on default. It starts to import, but stops early and here's there error:</div>
<div><br></div><div><div>.....</div><div>Shapefile type: Polygon</div><div>Postgis type: MULTIPOLYGON[2]</div><div>Importing shapefile (3221 records)...</div><div>Unable to convert data value to UTF-8 (iconv reports "Invalid argument"). Current encoding is "UTF-8". Try "LATIN1" (Western European), or one of the values described at <a href="http://www.postgresql.org/docs/current/static/multibyte.html">http://www.postgresql.org/docs/current/static/multibyte.html</a>.</div>
<div><br></div><div>Shapefile import failed.</div></div><div><br></div><div><br></div><div><br></div>