On Wed, Sep 09, 2009 at 05:14:32PM +0200, Dag-Erling Sm??rgrav wrote: > Andrey Chernov <a...@nagual.pp.ru> writes: > > If I understand the purpose of this code right, better use > > isalnum()+ispunct()+ispace() > > combination to count non-ASCII people too. > > uh, isprint() perhaps?
In some charsets there are a lots of printable characters which are rarely part of the regular text, i.e. pseudographics. isprint() looks too greedy. -- http://ache.pp.ru/ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"