Is there some package to be installed that allows en_CA.ISO8859-1 to
be specified in /etc/default/init or via simple shell environment
variables ?
for example :
$ cat /etc/default/init
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# CDDL HEADER START
# <snip>
# CDDL HEADER END
#
#ident "@(#)init.dfl 1.8 05/06/08 SMI"
#
# This file is /etc/default/init. /etc/TIMEZONE is a symlink to this file.
# This file looks like a shell script, but it is not. To maintain
# compatibility with old versions of /etc/TIMEZONE, some shell constructs
# (i.e., export commands) are allowed in this file, but are ignored.
#
# Lines of this file should be of the form VAR=value, where VAR is one of
# TZ, LANG, CMASK, or any of the LC_* environment variables. value may
# be enclosed in double quotes (") or single quotes (').
#
TZ=Canada/Eastern
#TZ=GMT0
CMASK=027
#LANG=en_US.UTF-8
LANG=C
LC_ALL=C
LC_COLLATE=en_CA.ISO8859-1
LC_CTYPE=en_CA.ISO8859-1
LC_MESSAGES=C
LC_MONETARY=en_CA.ISO8859-1
LC_NUMERIC=en_CA.ISO8859-1
$ LANG=C;LC_ALL=C;LC_COLLATE=en_CA.ISO8859-1;LC_CTYPE=en_CA.ISO8859-1
en_CA.ISO8859-1: unknown locale
en_CA.ISO8859-1: unknown locale
$ export LANG LC_ALL LC_COLLATE LC_CTYPE
$ LC_MESSAGES=C;LC_MONETARY=en_CA.ISO8859-1;LC_NUMERIC=en_CA.ISO8859-1
en_CA.ISO8859-1: unknown locale
$ export LC_MESSAGES LC_MONETARY LC_NUMERIC
$
$ env
_=/usr/xpg4/bin/env
CC=cc
CFLAGS=-xstrconst -xildoff -xarch=386 -xlibmil -xO1 -Xa
COLUMNS=132
CPPFLAGS=-I/opt/csw/include
EDITOR=/usr/xpg4/bin/vi
HOME=/export/home/dclarke
LANG=C
LC_ALL=C
LC_MESSAGES=C
LC_MONETARY=en_CA.ISO8859-1
LD_OPTIONS=-R/opt/csw/lib/$ISALIST -R/opt/csw/lib -L/opt/csw/lib
LINES=60
LOGNAME=dclarke
MAIL=/usr/mail/dclarke
PATH=/opt/SUNWspro/bin:/usr/jdk/instances/jdk1.6.0/bin:/usr/xpg4/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ccs/bin
PWD=/export/home/dclarke
SHELL=/bin/ksh93
SSH_CLIENT=192.168.35.7 40521 22
SSH_CONNECTION=192.168.35.7 40521 192.168.35.147 22
SSH_TTY=/dev/pts/1
TERM=xterm
TZ=GMT0
USER=dclarke
_AST_FEATURES=UNIVERSE - att
--
-
Dennis Clarke
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss