From e9a496c4ec575327f3ae0ee6f75fec795de69ac4 Mon Sep 17 00:00:00 2001
From: Paul Ramsey <pramsey@cleverelephant.ca>
Date: Tue, 25 May 2010 18:44:41 +0000
Subject: [PATCH] Back off from Win32 encoding to more generic ISO8859-1

git-svn-id: http://svn.osgeo.org/postgis/trunk@5638 b70326c6-7e19-0410-871a-916f4a2858ee
---
 loader/shp2pgsql-core.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loader/shp2pgsql-core.h b/loader/shp2pgsql-core.h
index 2ab2b610e..2cb0a298a 100644
--- a/loader/shp2pgsql-core.h
+++ b/loader/shp2pgsql-core.h
@@ -68,7 +68,7 @@
 /*
  * Default character encoding
  */
-#define ENCODING_DEFAULT "WINDOWS-1252"
+#define ENCODING_DEFAULT "LATIN1"
 
 /*
  * Structure to hold the loader configuration options 
-- 
2.40.0