stristr problem with unicode string

JoOoD

New Member
I use mb_stristr function to detect whether a word exists in string or not but if the word I'm checking for is written in unicode this function always returns false. Even if the word actually exists. If I'm looking for non unicode word it word it works fine. Does anyone know how to solve this problem? Tried the strstr function too but the same result...Thanks in advance
 
Back
Top