Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Injected-Via-Gmane: http://gmane.org/
To: cygwin@cygwin.com
From: Rolf Campbell <rcampbell@tropicnetworks.com>
Subject: Re: Bug Report: isxxx  on gcc 3.2
Date: Mon, 10 Feb 2003 22:35:11 -0500
Lines: 11
Message-ID: <b29qte$4oe$1@main.gmane.org>
References: <b28of6$ba4$1@main.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-Complaints-To: usenet@main.gmane.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
X-Accept-Language: en-us, en
In-Reply-To: <b28of6$ba4$1@main.gmane.org>

Gustavo Guerra wrote:
> Hi
> std::isgraph(char), std::isalpha(char) and std::alnum(char) are not working
> correctly on latest cygwin. They return false for á à é í ó ú ç and other
> characters like that.
> 
> Regards
> Gustavo Guerra
Looking at newlib/libc/ctype/ctype_.c, it looks like cygwin only handles 
     english characters in it's 'isxxx' functions.



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

