Marco.org

I’m : a programmer, writer, podcaster, geek, and coffee enthusiast.

I really like PHP’s mbstring module. Is there any reason to use iconv instead for conversions?

So far, I haven’t found one. mb_convert_encoding() seems to be more compatible and more robust than iconv(), and mb_detect_encoding() is accurate for a pretty large percentage of my test pages.