mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047
Closes #1283 Fixes #1277
This commit is contained in:
parent
d3838dc68e
commit
2bfe55037f
@ -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
|
||||
|
@ -42,6 +42,7 @@ idn
|
||||
</features>
|
||||
<setenv>
|
||||
CHARSET=UTF-8
|
||||
LANG=en_US.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
Connection re-use with IDN host name
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user