From: Motomichi Matsuzaki <mz...@e-mail.ne.jp>
Subject: Re: kern/5038: FreeBSD can't read MS Joliet CDs.
Date: Sun, 18 Apr 1999 13:55:58 +0900
Message-ID: <19990418135558w.mz...@e-mail.ne.jp>

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:tomo...@biol.s.u-tokyo.ac.jp
         Department of Biological Sciences,
Graduate School of Science, The University of Tokyo


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to