mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:41:41 +03:00
test1560: use a UTF8-using locale when run
There are odd cases that don't use UTF8 and then the IDN handling goes wrong. Reported-by: Marcel Raad Fixes #10193 Closes #10196
This commit is contained in:
parent
36dce55629
commit
f27262b179
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ URLAPI
|
|||
<server>
|
||||
none
|
||||
</server>
|
||||
<setenv>
|
||||
LANG=en_US.UTF-8
|
||||
</setenv>
|
||||
<features>
|
||||
file
|
||||
https
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue