On Wed, Mar 21, 2001 at 12:58:05 +0900, MINOURA Makoto wrote:
> 
> |> In <[EMAIL PROTECTED]>
> |>  Jeroen Ruigrok/Asmodai <[EMAIL PROTECTED]> wrote:
> 
> > Which is still something which needs to be done yes.
> 
> Hmmm, I didn't know that... FreeBSD lacks iswprint() etc...
> 
> It's..., it's ok, Michael is right, there's no way to do that
> w/o adding some functions to libc.  Ideally we have to
> implement isw*() family though, of course.

I fully agree. wctype.h and isw*() must be implemented first instead of
hacking or using private interface (like runes) in userland program.
It will be easy to implement them over existen ctype mechanism masking
runes with wchar_t. Any takers?

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to