Is it possible to get there unicode support?
If i send message to a channel like :
IRC.Say('#lobby' ,Edit2.Text);
ä,ü,ß
The output is
?,?,?
uses ..., IdGlobal; IdIRC1.IOHandler.DefStringEncoding := IndyUTF8Encoding;