30 Jul
2008
30 Jul
'08
06:21
* 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 ?
And the encodig is also based on LC_CTYPE via 'nl_langinfo(CODESET)'
I'd say your LC_CTYPE is C and not de_DE.UTF-8.
Now how do I fix this ? Klaus -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org