mIRC Homepage
Posted By: MrF Scripts with UTF-8 - 30/07/06 03:51 PM
Hi. Two latest mIRC version have UTF-8 support for input and output, but it's not fully supported for scripts.

This example doesn't notice when someone says "ÄÖ" with UTF-8 enabled :
Code:
 on *:TEXT:ÄÖ:#:/msg $nick You just said $1- 

When someone with UTF-8 disabled says "ÄÖ" the script will work.

So is there some trick to enable UTF-8 in this kind of scripts?
Posted By: NineTails Re: Scripts with UTF-8 - 30/07/06 07:24 PM
Yo do want to insert a western-script representation of Unicode characters into your script.

$decode(w4TDlg==,m) in your case.
© mIRC Discussion Forums