mIRC passes the input string as a series of UTF-8 encoded bytes to the regex engine, $chr(224) (à) gets encoded to produce $chr(195) $+ $chr(160) (à). you can instruct it to decode this UTF-8 by including (*UTF8) at the very beginning of an expression: