Jason Simms <[EMAIL PROTECTED]> wrote:
> On Solaris, I can see what choices I have by running 'locale -a'.
> However, all my attempts to find a similar function on FreeBSD 3.4
> have failed.
<Shrug> There is no locale(1) command, true.
You can find the available locales under /usr/share/locale.
> es_ES.ISO8859-1
> pt.PT.ISO8859-1
> en_US.ISO8859-1
Those are available. It's ...ISO_8859-1, though. Notice the
underscore.
> And within my program (Perl), I need to use the setlocale() function
> imported from the POSIX module (actually, from the locale_h header file).
Well, then do it.
--
Christian "naddy" Weisgerber [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message