Malcolm Purvis writes:
On the question of why changing LC_* doesn't fix things, as a
test try
changing the locale set at login. After some poking around with
XrmLocaleOfDatabase() I suspect that for this code we're using the locale of
the X *server*, rather than our own environment, so calculate the location of
the app-defaults file.
AIUI, the locale is determined and kept in Xlib, and so is that of the
client. However, this is determined by the locale at startup using
the usual setlocale() call. If you want to change the locale of
XEmacs and Xlib, you need to call setlocale again. But this won't
affect resources already bound in the widgets.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta