We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UTF8
1 parent 1a201f3 commit b680be5Copy full SHA for b680be5
1 file changed
src/bot/irclogbot.bot.pas
@@ -117,6 +117,7 @@ procedure TIRCLogBot.OnJoin(ASender: TIdContext; const ANickname, AHost,
117
if FConfig.UseUTF8 then
118
begin
119
debug('Using UTF8');
120
+ FIRC.IOHandler.DefAnsiEncoding:= IndyTextEncoding_UTF8;
121
FIRC.IOHandler.DefStringEncoding:= IndyTextEncoding_UTF8;
122
end;
123
0 commit comments