I know that if you have text fully encoded, it works fine, but say i wanted to do utfdecode with paricially decoded text. Meaning, there has been text which was originally fully encoded, but i've applied a bit of $replace to get some of the characters which go to ? to appear as normal characters, but at the same time, mIRC can cover some characters which i might miss. Problem is, if you attempt to do $utfdecode with code already particially decoded, it will return an error * Invalid parameters:...

Hopefully my description is enough to understand what i want, basically want to know if it's possible to decode anything that may have not been decoded with the $replace.