From: Paul Ramsey Date: Tue, 25 May 2010 18:44:41 +0000 (+0000) Subject: Back off from Win32 encoding to more generic ISO8859-1 X-Git-Tag: 2.0.0alpha1~2988 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9a496c4ec575327f3ae0ee6f75fec795de69ac4;p=postgis 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 --- 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