Hi,
I just noticed that MySQL returns the length() of “123ä” as 5 when the field´s character set is utf-8 and returns 4 when the cs is latin1. Of course, I know that some utf-8 chars use 2byte but I find it a little bit confusing nonetheless. I would expect that this string always has a length of 4.
Is this the intended behaviour or can I change this somehow?
If you need further info (server variables, etc.) please tell me.
Lars