Faced a problem when the string is in Russian, the strpos($txt," ");
method strpos($txt," ");
returns wrong character position
for example, $ txt = "MySQL Cluster Supports"
echo $ start = strpos ($ txt, "");
returns 5 and if the variable $ txt = "Assign Russian characters" returns something completely wrong!
what is the problem?