diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-09 17:46:03 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-09 18:22:21 +0200 |
commit | 92410755ec3bc866774d7353b88a0bc9ed7c9aff (patch) | |
tree | d64414b9007f751dccc7957493afa618e8a83bb8 /tests/atlocal.in | |
parent | 745a76a7b317491d60ebaaba927cbbe2959a1635 (diff) | |
download | sciteco-92410755ec3bc866774d7353b88a0bc9ed7c9aff.tar.gz |
improved 8-bit cleanliness test cases and added Unicode test cases (refs #5)
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 |