Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 1996 14:01:07 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        kline@tera.com (Gary Kline)
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Utilities and POSIX compliance....
Message-ID:  <199605212101.OAA02018@phaeton.artisoft.com>
In-Reply-To: <199605211857.LAA20510@athena.tera.com> from "Gary Kline" at May 21, 96 11:57:40 am

next in thread | previous in thread | raw e-mail | index | archive | help
>     `wc' is missing the -m (multibyte) flag, and I expect that 
>     other of the language/locale-specific utilities are missing
>     these hooks.

"Multibyte" is an evil, evil implementation of internationalization
(the process of making software localizable to a particular locale
using only data and environment, not code changes).  It doesn't
deal at all with multinationalization (the process of making software
capable of simultaneously operating in several locales, generally
useful only for translators and language scholars).

I really can't be too sad about missing bogus locale implementation
flags.

>     Can any of the BSD gurus point me at the person or persons 
>     who are working on the utilities?  Since there are around 
>     300 utilities, I'm guessing that there are several people
>     involved.
> 
>     I'd like to know why more of the Berkeley utilities aren't
>     POSIX-compliant.  That is, why, without some minor--or even
>     major--hacks, these utilities haven't been brought up to 
>     standard.  The BSD kernel is A++, but not the utils... .

I believe they are all i18n.  The general consensus is to not
POSIX'ify if there will be a significant loss of functionality,
or if doing so would mean moving from a BS source to a GPL'ed one.

I believe nmost of the Lite2 code has not been integrated -- there
are supposedly some serious strides towards POSIX in some of the
unintegrated code.

>     PS: I'm _not_ asking why BSD/FreeBSD doesn't use more of the
>     GNU ports... .   Terry mumbled something about licensing or
>     policy or philosophy that went right over my head!  

Consider it mumbled again...


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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