1576
1576
const charset_info_st * const cs= &my_charset_utf8mb4_general_ci;
1579
uint32_t res= cs->cset->well_formed_len(cs, str.begin(), str.end(), max_char_length, &well_formed_error);
1579
uint32_t res= cs->cset->well_formed_len(*cs, str, max_char_length, &well_formed_error);