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:40:21 +0000 (02:40 +0200)
commit137d98841d0ca720732b9d47658170b0421d86bc
tree3211778ac7826cc8752ec6233ee0547a1aeb45d1
parentfb60aceb5dfb0305e363b59c7b207dc0e9beee6f
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