My webhost does not have mb_detect_encoding() compiled in its version of PHP, so I can't use it to detect whether I should use utf8_decode() on a string coming from an e-mail or not...
Does anybody have a function or an idea on how I can check for utf-8 without using mb_detect_encoding() ?
Thanks!