testIsUtf8WithMbstring is failing in PHP 5.4.10 with the strings:
- "\xf8\x88\x80\x80\x80" (#6)
- "\xfc\x84\x80\x80\x80\x80" (#7)
- "\xf7\xbf\xbf\xbf" (#11)
- "\xfb\xbf\xbf\xbf\xbf" (#12)
- "\xf4\x90\x80\x80" (#18)
mb_check_encoding( $string, 'UTF-8' ) is returning false in php 5.4.10 (they made their checks stricter?)
Hashar, I'm assigning this to you as 750db30d9 author.
Version: 1.21.x
Severity: normal