mIRC Homepage
Posted By: Jigsy Debug not handing Unicode/UTF-8? - 02/07/21 01:18 AM
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]

Here's the code I use.

Code
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- }
}
Posted By: Khaled Re: Debug not handing Unicode/UTF-8? - 02/07/21 06:23 AM
Thanks for your bug report. This is the indended behaviour. The debug window shows raw text.
© mIRC Discussion Forums