all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs fails to use default locale
@ 2009-11-25 19:08 Ken Brown
  2009-11-27 15:49 ` Jan Djärv
  0 siblings, 1 reply; 4+ messages in thread
From: Ken Brown @ 2009-11-25 19:08 UTC (permalink / raw)
  To: emacs-devel

According to

   http://www.opengroup.org/onlinepubs/007908799/xbd/envvar.html

if LC_ALL, LC_CTYPE, and LANG are all either unset or empty, then the 
implementation-dependent default locale is supposed to be used.  My 
understanding is that this should be done by using setlocale(LC_CTYPE, 
"").  But emacs's locale initialization seems to just use the 
environment variables, so it doesn't pick up the default locale if the 
variables are unset.

Ken




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-28 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-25 19:08 Emacs fails to use default locale Ken Brown
2009-11-27 15:49 ` Jan Djärv
2009-11-27 18:06   ` Ken Brown
2009-11-28 15:20     ` Ken Brown

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.