diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-19 06:04:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-19 06:04:25 +0000 |
commit | 7b95a25adc16620fc72427dbdf42472ce17a8a7d (patch) | |
tree | b01e44faa6e57c2b3e64b75555174f3469df6ab3 | |
parent | 82d6cfa7fcd03b477124b9cfcd7ce51646fe573e (diff) |
bug 1049275 fixes test 165
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | tests/data/test165 | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -6,6 +6,10 @@ 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) - Peter Wullinger pointed out that curl should call setlocale() properly to initiate the specific language operations, to make the IDN stuff work diff --git a/tests/data/test165 b/tests/data/test165 index 0475b6903..a3f2c8c0b 100644 --- a/tests/data/test165 +++ b/tests/data/test165 @@ -21,7 +21,7 @@ http idn </features> <setenv> -CHARSET=ISO8859-1 +CHARSET=ISO-8859-1 </setenv> <name> HTTP over proxy with IDN host name |