Quote Originally Posted by stepgr View Post
I will PM you the file and yes English is 1 and Greek 2 , default is Greek
Okay, I know WHAT the problem is ... php's strlen() is NOT mulit-byte aware. So when checking the length, it is count all byte ...

working on a solution now...