[postgis-tickets] [PostGIS] #3660: Cannot import shapefile due to encoding problem
PostGIS
trac at osgeo.org
Fri Nov 25 07:48:58 PST 2016
#3660: Cannot import shapefile due to encoding problem
---------------------------+---------------------------
Reporter: miguelluaces | Owner: strk
Type: defect | Status: closed
Priority: blocker | Milestone: PostGIS 2.3.1
Component: liblwgeom | Version: 2.3.x
Resolution: invalid | Keywords: shp2pgsql
---------------------------+---------------------------
Changes (by robe):
* status: new => closed
* resolution: => invalid
Comment:
As the note says, try LATIN1.
This works fine for me with:
{{{
shp2pgsql.exe -W LATIN1 establecimiento.shp
}}}
I can't see why UTF8 would ever work with this file in 2.1.7
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3660#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list