Alas, this module does not treat filtered text in multibyte encodings properly. Moreover, it breaks and loops causing server error finally.

This is because of using single-byte functions strpos and stripos in flexifilter.components.inc. These give mistaken positions for multibyte strings based on bytes not chars quantity. But drupal_substr and drupal_strlen consider encoding so result is quite incorrect, probably cut across tag.