Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2001 14:44:14 -0600
From:      Alfred Perlstein <bright@mu.org>
To:        freebsd-i18n@freebsd.org
Subject:   wctypes functions?
Message-ID:  <20011203144414.X92148@elvis.mu.org>

next in thread | raw e-mail | index | archive | help
When are the following functions planned to be integrated?

int     iswalnum __P((wint_t));
int     iswalpha __P((wint_t));
int     iswblank __P((wint_t));
int     iswcntrl __P((wint_t));
int     iswdigit __P((wint_t));
int     iswgraph __P((wint_t));
int     iswlower __P((wint_t));
int     iswprint __P((wint_t));
int     iswpunct __P((wint_t));
int     iswspace __P((wint_t));
int     iswupper __P((wint_t));
int     iswxdigit __P((wint_t));
wint_t  towlower __P((wint_t));
wint_t  towupper __P((wint_t));

Is there any way I can assist with this?  I'm no language expert but
I can integrate works in progress that achieve most of the required
functionality.

thanks,
-- 
-Alfred Perlstein [alfred@freebsd.org]
'Instead of asking why a piece of software is using "1970s technology,"
 start asking why software is ignoring 30 years of accumulated wisdom.'
                           http://www.morons.org/rants/gpl-harmful.php3

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-i18n" in the body of the message




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