Date: Mon, 12 Feb 2001 13:17:03 +0200 From: Alexey Zelkin <phantom@freebsd.org> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/locale lnumeric.c lnumeric.h lmonetary.c lmonetary.h lmessages.c lmessages.h ldpart.c ldpart.h setlocale.c Message-ID: <20010212131703.A70811@ark.cris.net> In-Reply-To: <6428.981966538@axl.fw.uunet.co.za>; from sheldonh@uunet.co.za on Mon, Feb 12, 2001 at 10:28:58AM %2B0200 References: <200102081658.f18GwsS83259@freefall.freebsd.org> <6428.981966538@axl.fw.uunet.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
hi, Just checked NetBSD langinfo stuff. I did it in almost same way, but NetBSD's version is SUSv2 subset, not complete implementation. Our nl_langinfo() is more powerful and will be extended even more (until full SUSv2 or POSIX compliance, hopefully). Also there are many differences in way how NetBSD has implemented locale internals and FreeBSD. And last -- they don't have complete locale support, but we have (or almost have). On Mon, Feb 12, 2001 at 10:28:58AM +0200, Sheldon Hearn wrote: > > Modified files: > > lib/libc/locale setlocale.c > > Added files: > > lib/libc/locale lnumeric.c lnumeric.h lmonetary.c > > lmonetary.h lmessages.c lmessages.h > > ldpart.c ldpart.h > > Log: > > Make FreeBSD locale support complete: add support for rest locale categories > > LC_MONETARY, LC_NUMERIC and LC_MESSAGES. Remove stub functions since they > > don't need anymore. > > Have you looked at the langinfo support available in NetBSD? It's > pretty good stuff, and set to be a standard as well. > > I got some of the way into bringing it across. If you try to do the > same, make sure you chat to Andrey Chernov about it. -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@FreeBSD.org */ /* Sysadmin/Developer && phantom@sms.umc.com.ua */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010212131703.A70811>