In Java, I was able to determine if a particula开发者_JS百科r character was for example, a Japanese Kanji using Unicode.blockOf(Character). I\'m trying to do the same for a QChar, but couldn\'t find a
Im trying to write a program that would be listening for data (simple text messages) on some port (say tcp 6666) and then pass them to one or more different protocols - irc, xmpp and so on. I\'ve trie