From owner-freebsd-hackers Sun Mar 9 00:24:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA07868 for hackers-outgoing; Sun, 9 Mar 1997 00:24:41 -0800 (PST) Received: from tarkhil.dialup.aha.ru (p179-n66.dip.aha.ru [195.2.66.179]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA07862 for ; Sun, 9 Mar 1997 00:24:35 -0800 (PST) Received: from localhost (tarkhil@localhost) by tarkhil.dialup.aha.ru (8.8.5/8.6.9) with SMTP id LAA05686 for ; Sun, 9 Mar 1997 11:21:27 +0300 (MSK) Message-Id: <199703090821.LAA05686@tarkhil.dialup.aha.ru> X-Authentication-Warning: tarkhil.dialup.aha.ru: tarkhil@localhost didn't use HELO protocol To: freebsd-hackers@freebsd.org Subject: bug in ctype? Reply-To: tarkhil@aha.ru Date: Sun, 09 Mar 1997 11:21:27 +0300 From: Alex Povolotsky Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! I've found a thing that seems to be a bug either in ctype or in my brain. With Cyrillic characters (>127) represented as char, isgraph(c) returns 0. Implementation as int or unsigned char works fine. Should I rewrite ctype library or programs that uses char? Alex.