From: Paul Ramsey Date: Wed, 8 Feb 2012 19:09:39 +0000 (+0000) Subject: Handle French svn? X-Git-Tag: 2.0.0alpha5~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09578d2580b5d61e4e55065dee1daff93e6d3f42;p=postgis Handle French svn? git-svn-id: http://svn.osgeo.org/postgis/trunk@9110 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/utils/svn_repo_revision.pl b/utils/svn_repo_revision.pl index b574dd7a5..c4f2aa64a 100644 --- a/utils/svn_repo_revision.pl +++ b/utils/svn_repo_revision.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +$ENV{"LC_ALL"} = "C"; + use Cwd; my $cwd = &Cwd::cwd();