From 3e3a9833d24a638333826bf5f11054ec5124f570 Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Sun, 5 Feb 2012 00:30:36 +0000 Subject: [PATCH] Change encoding reference URL to that used for libiconv rather than PostgreSQL since that's what we are using to do the encoding conversion (as per #1303). git-svn-id: http://svn.osgeo.org/postgis/trunk@9033 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/shp2pgsql-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/shp2pgsql-core.c b/loader/shp2pgsql-core.c index e66bcb699..118a72a8a 100644 --- a/loader/shp2pgsql-core.c +++ b/loader/shp2pgsql-core.c @@ -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); -- 2.40.0