From c59b33c85e58e78bf2c796dfe19c91e8f9427936 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 9 Sep 2024 20:28:14 +0200 Subject: try a different value for LC_ALL on Mac OS to accept UTF-8 command lines (refs #5) --- tests/atlocal.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/atlocal.in b/tests/atlocal.in index e9bb908..c5cb4b9 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -18,8 +18,7 @@ G_ENABLE_DIAGNOSTIC=1 # are accepted on command lines. case $host in *-*-darwin*) - LANG=C - LC_CTYPE=UTF-8 + LC_ALL=`defaults read -g AppleLocale | @SED@ 's/@.*$//g'`.UTF-8 ;; *) LC_ALL=C.UTF-8 -- cgit v1.2.3