Search code examples
delphiunicodeirc

Delphi Xe3 TidIRC Unicode Support


Is it possible to get there unicode support?

If i send message to a channel like :

  IRC.Say('#lobby' ,Edit2.Text);

ä,ü,ß

The output is

?,?,?

Solution

  • uses
      ..., IdGlobal;
    
    IdIRC1.IOHandler.DefStringEncoding := IndyUTF8Encoding;