From: Peter Verthez Date: Sat, 26 Oct 2002 16:43:19 +0000 (+0000) Subject: Use C locale for portable comparison. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=inline;h=b7fa4322a902c5d0647ca5f0ad469a98cd599046;p=gedcom-parse.git Use C locale for portable comparison. --- diff --git a/t/src/test_script b/t/src/test_script index 3a1cf8e..2053507 100755 --- a/t/src/test_script +++ b/t/src/test_script @@ -46,6 +46,8 @@ builddir=`pwd` ltcmd="$builddir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la" GCONV_PATH=.:$GCONV_PATH export GCONV_PATH +LANG=C +export LANG ln -s $srcdir/../data/gedcom.enc . ln -s $builddir/../iconv/glibc/.libs/ANSI_Z39.47.so . ln -s $srcdir/../iconv/glibc/gconv-modules .