mirror of
https://github.com/curl/curl.git
synced 2026-06-06 18:54:16 +03:00
try something 1
This commit is contained in:
parent
2d47171703
commit
7b8ffd7400
2 changed files with 5 additions and 1 deletions
|
|
@ -32,6 +32,10 @@ IDN
|
|||
proxy
|
||||
codeset-utf8
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL
|
||||
LC_CTYPE=en_US.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
HTTP over proxy with IDN host name
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ codeset-utf8
|
|||
</features>
|
||||
<setenv>
|
||||
LC_ALL=
|
||||
LC_CTYPE=en_US.UTF-8
|
||||
LC_CTYPE=C.UTF-8
|
||||
</setenv>
|
||||
<name>
|
||||
SMTP without SMTPUTF8 support - UTF-8 based sender (host part only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue