From owner-cvs-all Sat Jun 3 8:17:47 2000 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id EDE0D37B59B; Sat, 3 Jun 2000 08:17:42 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id JAA22084; Sat, 3 Jun 2000 09:15:38 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id JAA16138; Sat, 3 Jun 2000 09:15:37 -0600 (MDT) (envelope-from nate) Date: Sat, 3 Jun 2000 09:15:37 -0600 (MDT) Message-Id: <200006031515.JAA16138@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Andrey A. Chernov" Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/locale big5.c euc.c mskanji.c runetype.c setlocale.c setrunelocale.c table.c tolower.c toupper.c utf2.c In-Reply-To: <20000603055251.A25576@freebsd.org> References: <20000603054355.A24274@freebsd.org> <6327.960036335@critter.freebsd.dk> <20000603055251.A25576@freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > >> Megre XPG4 code into libc > > > > > >This is not full XPG4 standard of course, but our libxpg4 subset. > > > > I thought we had an age old core decision to leave this out of > > libc ? Has that decision been re-evaluated without me noticing ? > > This was not core decision but my decision after some talks with Nate in one > of the freebsd lists as I remember. Really? I don't remember it, and I don't know enough to be happy/sad with it. :) I do know that the JDK must link in -lxpg4 to get support for Asian locales (wide-char support), so it saves me having to link in a library. But, that's a pretty trivial step to do. > The reasons are obsolete. Now any > i18n-enabled application requires libxpg4 so simple way is always enable it > to not differs from other systems much. This will not cause performance > degradation and only little code grows for static binaries. Sounds good to me, but I have no strong opinion one way or the other. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message