cURL / Mailing Lists / curl-library / Single Mail

curl-library

[ curl-Bugs-1049275 ] test 165 fails because ISO8859-1 is not known to iconv 2.1.3

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 18 Oct 2004 05:58:16 -0700

Bugs item #1049275, was opened at 2004-10-18 05:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1049275&group_id=976

Category: debug/info output
Group: portability problem
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: test 165 fails because ISO8859-1 is not known to iconv 2.1.3

Initial Comment:
curl-7.12.2: test 165 fails because ISO8859-1 is not known to iconv 2.1.3

The 'setenv' directive in tests/test165 should be changed to
        CHARSET=ISO-8859-1
instead of the current
        CHARSET=ISO8859-1

because at least this version of iconv:

 $ iconv -V
 iconv (GNU libc) 2.1.3
 Copyright (C) 1999 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions. There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 Written by Ulrich Drepper.

knows nothing about ISO8859-1:

 $ iconv --list|grep ISO8859-1,
 $ iconv --list|grep ISO-8859-1,
   ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6,

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1049275&group_id=976
Received on 2004-10-18