Subject: Re: mblen (c library routine) on netbsd 386
To: Dale Moore <Dale_Moore@MOORE.FAC.CS.CMU.EDU>
From: J.T. Conklin <jconklin@netcom.com>
List: tech-userlevel
Date: 01/26/1995 15:38:58
> Short Version:
> 
> 	mblen (3) broken on NetBSD 1.0 ?

Yes.

The current version of the mb* and wc* functions are stubs that will
always fail.  I have done quite a bit of work with the infrastructure
for full internationalization and localization support, but it is not
in a state where it can be checked in yet.

I am attempting to rationalize the ANSI C, BSD/Plan 9 runes, and NA 1 
APIs at this time.

	--jtc