diff options
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r-- | tests/atlocal.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in index 090a604..47137bb 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -13,3 +13,7 @@ SCITECOPATH=@abs_top_srcdir@/lib # Glib debug options G_SLICE=debug-blocks G_ENABLE_DIAGNOSTIC=1 + +# For the Unicode tests - makes sure that UTF-8 characters +# are accepted on command lines. +LC_ALL=C.UTF-8 |