Hi, I think it's a bug: Len("éáűőú") returns 10. It should be 5. The same problem occurs using Mid on UTF-8 strings; positioning fails if the string contains "extra" UTF-8 characters like characters can be found in latin2 charset. I'm using 1.9.20. Cheers