<div dir="ltr"><div>Since 2.8.1 version, Korean character composition not working.<br></div><div>If I intend to type "한글" ('han-guel' that two characters), result of composition is "한글글". (han-guel-guel, the last character added not intended) Not specific character's problem, but so many composition error appeared so typing Korean character's almost impossible.</div><div><br></div><div>I tested this problem and I found the line of that.</div><div><br></div><div>32, 33 line of InputMethod.cpp in Qt4Qt5 directory.</div><div><br></div><div><div>void QsciScintillaBase::inputMethodEvent(QInputMethodEvent *event)</div><div>{</div><div>    // Do nothing if it appears to be a non-event.  This can sometimes happen</div><div>    // (but why?) on losing focus.</div><div>    if (event->commitString().isEmpty() && event->preeditString().isEmpty() && event->replacementLength() == 0)</div><div>        return;</div></div><div> ...</div><div><br></div><div>If I remove last two lines of code, it's OK. No problem for typing any characters.</div><div><br></div><div>But I don't know why this change made, and don't know also how to push(the process) fix.</div><div><br></div><div>This problem only occur on Windows system. I found this problem for Gideros Studio IDE code editor (<a href="http://giderosmobile.com/">http://giderosmobile.com/</a>). Gideros uses QScintilla for code editing window. And windows version have this problem, mac version not. I tested by custom built gideros studio (qscintilla2.dll exactly) removing above two line of code.<br></div><div><br></div><div>Please help to fix this problem people.</div><div><div><div class="gmail_signature"><br><br></div></div>
</div></div>