Hey Remy,
I've been playing around with
TIdIRC for a while in order to do some IRC bots.
The first one I did was a channel log bot with replay and search. But I'm now bumping my head on the wall because of Unicode support.
I've been made aware of this because one of the users of the
#pascal channel has one of their computers setup with single quotes as a Unicode character.
I've also tested and any emoji will not come through.
Now, I understand removing the
offending Unicode characters in order to be safe in
ansi mode, what I don't understand is why it will delete the first encountered Unicode char and all the following ones, Unicode or not.
Modern
IRC is able to support Unicode. But
TIdIRC isn't.
I've tried my best to look at the source and see where I could maybe suggest a
PR, but I wasn't able to suss it out, not even with
RAW.
I'm really sorry for that!!

Can you please help me, or suggest some kind of tweak I can perform in order to get Unicode working?
Many thanks in advance!!
Cheers,
Gus