This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: AIX iconv testsuite fails
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: Eric Christopher <echristo at redhat dot com>, libstdc++ at gcc dot gnu dot org
- Date: Tue, 03 Feb 2004 09:58:31 -0800
- Subject: Re: AIX iconv testsuite fails
- References: <200402031551.i13FpmT34650@makai.watson.ibm.com>
David Edelsohn <dje@watson.ibm.com> writes:
> With the recent change to the testsuite, I now am seeing a number
> of fails due to iconv:
>
> FAIL: 22_locale/collate/transform/wchar_t/wrapped_locale.cc (test for excess errors)
> Excess errors:
> cc1plus: conversion from iso-8859-1 to UTF-8 not supported by iconv
> /gcc/dje/src/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:26:29: conversion from iso-8859-1 to UTF-8 not supported by iconv
Well, we can put back the custom converter for this, but - could you
check whether this iconv() does do this transformation under a
different name?
zw