]> granicus.if.org Git - postgis/commitdiff
Change encoding reference URL to that used for libiconv rather than PostgreSQL since...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Sun, 5 Feb 2012 00:30:36 +0000 (00:30 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Sun, 5 Feb 2012 00:30:36 +0000 (00:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9033 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-core.c

index e66bcb6995def370048a6ce4a00f29874c3d1816..118a72a8ac18eaaf4fadf0d8d4459c5bb5db54b0 100644 (file)
@@ -1049,7 +1049,7 @@ ShpLoaderOpenShape(SHPLOADERSTATE *state)
 
                if (state->config->encoding)
                {
-                       char *encoding_msg = _("Try \"LATIN1\" (Western European), or one of the values described at http://www.postgresql.org/docs/current/static/multibyte.html.");
+                       char *encoding_msg = _("Try \"LATIN1\" (Western European), or one of the values described at http://www.gnu.org/software/libiconv/.");
 
                        int rv = utf8(state->config->encoding, name, &utf8str);