django1/django/contrib/gis/tests/data/ch-city
Claude Paroz 9a2bceed1a Use smarter string decoding in GeoDjango
The first try to solve the Python 3 GIS encoding/decoding issue
was too naive. Using decode() on all read strings is bound to fail
as soon as a non-ascii string is concerned.
This patch is a little more clever, leaving ascii decoding when
plain ascii strings are expected, and allowing to specify a custom
encoding in DataSource hierarchy.
2012-10-08 18:24:42 +02:00
..
ch-city.dbf Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00
ch-city.prj Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00
ch-city.shp Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00
ch-city.shx Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00