GeoNode / django-osgeo-importer

An extensible Django app that allows users to upload geospatial data.
GNU General Public License v3.0
26 stars 30 forks source link

add shape_encoding variable #208

Closed bitner closed 6 years ago

bitner commented 6 years ago

Decode all string fields with UTF8 and add UTF8 encoding variable for shapefiles. This should treat all ascii or utf8 files correctly, but will still fail with other encodings.