mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03: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
3 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue