From a7bc61fec3fe5a3430bbfb363bdda2dbe4d158c1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 19 Dec 2019 10:10:54 +0100 Subject: test165: set LC_ALL=en_US.UTF-8 too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On my current Debian Unstable with libidn2 2.2.0, I get an error if LC_ALL is set to blank. Then curl errors out with: curl: (3) Failed to convert www.åäö.se to ACE; could not convert string to UTF-8 --- tests/data/test165 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/test165 b/tests/data/test165 index 9009425aa..47de3919b 100644 --- a/tests/data/test165 +++ b/tests/data/test165 @@ -32,7 +32,7 @@ idn proxy -LC_ALL= +LC_ALL=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 -- cgit v1.2.1