On Wed, Jul 30, Klaus Kaempf wrote:
* Michael Andres <ma@suse.de> [Jul 29. 2008 21:14]:
Well, the log says 'LC_CTYPE: C'
Good catch !
Don't get confused by 'setenv LC_CTYPE: C', ncurses retrieves the value by calling
setlocale( LC_CTYPE, NULL );
and then explicitly sets $LC_CTYPE.
So it _sets_ LC_CTYPE ? Based on what ?
The result of setlocale( LC_CTYPE, NULL ). This queries for the LC_CTYPE in effect.
Now how do I fix this ?
I suppose either you LC_ALL or LC_CTYPE is set to C, and needs to be unset. -- cu, Michael Andres +------------------------------------------------------------------+ Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27AC 3FB8 9E3A 27C6 B0E4 +------------------------------------------------------------------+ Michael Andres YaST Development ma@novell.com SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) Maxfeldstrasse 5, D-90409 Nuernberg, Germany, ++49 (0)911 - 740 53-0 +------------------------------------------------------------------+ -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org