I am trying to check the length of a string.
When I check on a string in Hebrew
These functions return me that the length of a letter in Hebrew is 2
When I add:
mb_strlen($taskdescr,’UTF-8′);
The functions return that the length of a character or capital letter in English is 0.
Does anyone have a solution?