diff backend/contrib/import_river.sh @ 6651:8782ba5cb222 double-precision

Importer scripts: add default encoding to correctly read gew-files
author Tom Gottfried <tom@intevation.de>
date Wed, 24 Jul 2013 18:39:42 +0200
parents 25912df0facf
children 89f856e24d27
line wrap: on
line diff
--- a/backend/contrib/import_river.sh	Tue Jul 23 18:05:11 2013 +0200
+++ b/backend/contrib/import_river.sh	Wed Jul 24 18:39:42 2013 +0200
@@ -38,6 +38,9 @@
 
 MIN_MEMORY="8024m"
 
+# Default encoding. Change here if necessary
+export LC_ALL=de_DE@euro
+
 if [ -z "$OPTIONAL_LIBS" ]; then
     OPTIONAL_LIBS="$(dirname $0)/opt"
 fi

http://dive4elements.wald.intevation.org