mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08:00
bug 1049275 fixes test 165
This commit is contained in:
parent
82d6cfa7fc
commit
7b95a25adc
4
CHANGES
4
CHANGES
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel (19 October 2004)
|
||||||
|
- Test case 165 modified to use a charset define older iconv versions
|
||||||
|
understand. ISO-8859-1 instead of ISO8859-1. Bug report #1049275 (anonymous)
|
||||||
|
|
||||||
Daniel (18 October 2004)
|
Daniel (18 October 2004)
|
||||||
- Peter Wullinger pointed out that curl should call setlocale() properly to
|
- Peter Wullinger pointed out that curl should call setlocale() properly to
|
||||||
initiate the specific language operations, to make the IDN stuff work
|
initiate the specific language operations, to make the IDN stuff work
|
||||||
|
@ -21,7 +21,7 @@ http
|
|||||||
idn
|
idn
|
||||||
</features>
|
</features>
|
||||||
<setenv>
|
<setenv>
|
||||||
CHARSET=ISO8859-1
|
CHARSET=ISO-8859-1
|
||||||
</setenv>
|
</setenv>
|
||||||
<name>
|
<name>
|
||||||
HTTP over proxy with IDN host name
|
HTTP over proxy with IDN host name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user