mIRC Home    About    Download    Register    News    Help

Print Thread
#154622 30/07/06 03:51 PM
Joined: Jul 2006
Posts: 1
M
MrF Offline OP
Mostly harmless
OP Offline
Mostly harmless
M
Joined: Jul 2006
Posts: 1
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?

#154623 30/07/06 07:24 PM
Joined: Feb 2006
Posts: 38
N
Ameglian cow
Offline
Ameglian cow
N
Joined: Feb 2006
Posts: 38
Yo do want to insert a western-script representation of Unicode characters into your script.

$decode(w4TDlg==,m) in your case.

Last edited by NineTails; 30/07/06 07:32 PM.

Link Copied to Clipboard