This could be a bug, I'm not sure.
I noticed that debug doesn't support Unicode/UTF-8? Or at least I couldn't find a flag to enable it.
![[Linked Image from i.imgur.com]](https://i.imgur.com/2yFiPhE.png)
Here's the code I use.
on *:connect:{ .debug -i raw_server_debug raw_server_debug }
alias raw_server_debug { .signal -n raw_server_debug $1- }
on *:signal:raw_server_debug:{
if (($window($+(@,$server))) || ($window($+(@,$network)))) { echo -i2t $v1 $1- }
}