Column length defined in create table should limits the rune count rather than bytes. And MySQL doesn't return error for inserting invalid UTF8 string, we should not do it.
Column length defined in create table should limits the rune count rather than bytes. And MySQL doesn't return error for inserting invalid UTF8 string, we should not do it.