From 0016b3c0c2eec1ef37bc8a71ad445d55ce2c0061 Mon Sep 17 00:00:00 2001 From: Jekyll Wu Date: Mon, 5 Sep 2011 21:39:06 +0800 Subject: [PATCH] remove the TODO about unicode charcter composition, which is done. --- src/Emulation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Emulation.cpp b/src/Emulation.cpp index 37e9d4ca7..1b94cc324 100644 --- a/src/Emulation.cpp +++ b/src/Emulation.cpp @@ -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)