is there a difference between mysql server and python count the length of a utf string
while working with Japanese language, strings length are different in mysql length and python len().
e.g len("こんにちは")
in python returns 5
while select lenght("15")
in Mysql returns 15 .
does it have anything to do with how they interpret unicode ? is there there any other information i should mention like engine's uft version or the OS's?