I have this code case strlen($search_term) > 15:
in my switch
statement. I cannot figure out why Greek characters are parsed different. For example a string
in Latin with the length of 10 passes the case
but if the string
is in Greek, it does not.
Except the solution i would appreciate an explanation of my problem.