[kopete-bugs] [Bug 182996] Left-most chat tab at chat window looses international accentuation capacity

Thiago Macieira thiago at kde.org
Fri Feb 6 14:46:15 CET 2009


http://bugs.kde.org/show_bug.cgi?id=182996





--- Comment #4 from Thiago Macieira <thiago kde org>  2009-02-06 14:46:14 ---
SVN commit 922100 by thiago:

Move this code into a K_GLOBAL_STATIC. There are two problems with
this code:

The first is that it calls i18n() before KLocale and KComponentData
have initialised. That means we never get any translation.

The second is that it causes the QIconvCodec in Qt to initialise
before the locale system in libc is initialised (that's done inside
QCoreApplication's constructor). This means this thread is confined to
ASCII, thereby causing all X11 key translations to be broken.

This sounds like a solution to bug 182996, but my symptom was wildly
different: I had the problem in any and every text input. Please
retest the bug's symptom and close if it's fixed.

CCBUG:182996

 M  +24 -10    kopeteutils.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=922100


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list