* Jan-Simon Möller <[EMAIL PROTECTED]> [Aug 07. 2008 13:11]:
> Am Donnerstag 07 August 2008 13:05:27 schrieb Klaus Kaempf:
> > 
> > I hope you don't mind if I check this into the libyui-bindings svn.
> 
> I don't mind ;)

checked in.

I also removed the following code, it was only used for debugging.

log = yui.YUILog.instance()
log.setLogFileName("debug.log")
log.enableDebugLogging( True )
appl = yui.YUI.application()
appl.setLanguage( "de", "UTF-8" )
#appl.setConsoleFont(magic, font, screenMap, unicodeMap, language)
# see /usr/share/YaST2/data/consolefonts.ycp
appl.setConsoleFont("(K", "lat9w-16.psfu", "trivial", "", "en_US.UTF-8")

the only line one needs to initialize ncurses correctly is

 locale.setlocale(locale.LC_ALL, "")


I hope Stefan will fix this in libyui when he's back from vacation.

Klaus
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to