Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Mar 1997 11:21:27 +0300
From:      Alex Povolotsky <tarkhil@tarkhil.dialup.aha.ru>
To:        freebsd-hackers@freebsd.org
Subject:   bug in ctype?
Message-ID:  <199703090821.LAA05686@tarkhil.dialup.aha.ru>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703090821.LAA05686>