]> granicus.if.org Git - postgis/commitdiff
Back off from Win32 encoding to more generic ISO8859-1
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 25 May 2010 18:44:41 +0000 (18:44 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 25 May 2010 18:44:41 +0000 (18:44 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5638 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-core.h

index 2ab2b610e1e488292e2c1f167d3f82c1e031c36a..2cb0a298ab27ee30b9c4f978a0626e7ada42bd59 100644 (file)
@@ -68,7 +68,7 @@
 /*
  * Default character encoding
  */
-#define ENCODING_DEFAULT "WINDOWS-1252"
+#define ENCODING_DEFAULT "LATIN1"
 
 /*
  * Structure to hold the loader configuration options