remove the TODO about unicode charcter composition, which is done.

This commit is contained in:
Jekyll Wu
2011-09-05 21:39:06 +08:00
parent 050454280b
commit 0016b3c0c2

View File

@@ -237,7 +237,6 @@ void Emulation::sendMouseEvent(int /*buttons*/, int /*column*/, int /*row*/, int
/*
We are doing code conversion from locale to unicode first.
TODO: Character composition from the old code. See #96536
*/
void Emulation::receiveData(const char* text, int length)