From: Motomichi Matsuzaki <[email protected]>
Subject: Re: kern/5038: FreeBSD can't read MS Joliet CDs.
Date: Sun, 18 Apr 1999 13:55:58 +0900
Message-ID: <[email protected]>
mzaki> If the routines can refer the users' environment 'LC_CTYPE',
mzaki> it is fine idea. But it can't, I suppose.
It may be possible to set the kernel behavior via a call to
setlocale(3). That is, change the charset per process within
setlocale routine who knows the LC_CTYPE.
Another way which have larger impact on the whole system is
to change the start up routine to look for LC_CTYPE and change the
behavior.
The last solution is to make the charset of a process
inheritable to child processes.
--------
Tomoaki Nishiyama
e-mail:[email protected]
Department of Biological Sciences,
Graduate School of Science, The University of Tokyo
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message