1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047

Closes #1283
Fixes #1277
This commit is contained in:
İsmail Dönmez 2017-02-23 10:24:42 +01:00 committed by Daniel Stenberg
parent d3838dc68e
commit 2bfe55037f
3 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,8 @@ http
idn
</features>
<setenv>
CHARSET=ISO8859-1
CHARSET=UTF-8
LANG=en_US.UTF-8
</setenv>
<name>
HTTP over proxy with too long IDN host name

View File

@ -42,6 +42,7 @@ idn
</features>
<setenv>
CHARSET=UTF-8
LANG=en_US.UTF-8
</setenv>
<name>
Connection re-use with IDN host name

View File

@ -43,6 +43,7 @@ idn
</features>
<setenv>
CHARSET=UTF-8
LANG=en_US.UTF-8
</setenv>
<name>
Connection re-use with IDN host name over HTTP proxy