30 Jul
2008
30 Jul
'08
14:29
* Michael Andres <ma@suse.de> [Jul 30. 2008 15:55]:
Now how do I fix this ?
I suppose either you LC_ALL or LC_CTYPE is set to C, and needs to be unset.
This was the right trigger. Michael and I figured it out now. The final hint was in YNCursesUI.cc, line 67, which reads // setlocale ( LC_ALL, "" ) is called in WMFInterpreter::WFMInterpreter So adding import locale locale.setlocale(locale.LC_ALL, "") to the Python code fixed this for ncurses ! Klaus --- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org