Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 1999 14:52:56 +0900
From:      Tomoaki NISHIYAMA <tomoaki@biol.s.u-tokyo.ac.jp>
To:        mzaki@e-mail.ne.jp
Cc:        tomoaki@biol.s.u-tokyo.ac.jp
Subject:   Re: kern/5038: FreeBSD can't read MS Joliet CDs.
Message-ID:  <19990418145256H.tomoaki@moss.nibb.ac.jp>
In-Reply-To: <19990418135558W.mzaki@e-mail.ne.jp>
References:  <199904171549.LAA23743@lor.watermarkgroup.com> <3718E187.54571571@newsguy.com> <19990418135558W.mzaki@e-mail.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Motomichi Matsuzaki <mzaki@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.mzaki@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:tomoaki@biol.s.u-tokyo.ac.jp
         Department of Biological Sciences,
Graduate School of Science, The University of Tokyo


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




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