Filter some unicode control codes out of IRC messages
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 May 2009 00:28:49 +0000 (02:28 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 May 2009 00:28:49 +0000 (02:28 +0200)
commita1b29a21c4bf583074931533b7b04ab8b9c693ab
treec3cdec707dfa8f052cfdccf8630eceb047a28689
parent0a1c1ff4f99a7eb53ff6cdd95ce5d7ac263e77d2
Filter some unicode control codes out of IRC messages

U+FDD0 and U+FDD1 are for internal Qt use and might screw up some Qt widgets if used
inappropriately. Hence, we filter them out of incoming messages.

Thanks to Sho_ and the Konversation team for the heads-up!
src/core/coresession.cpp