1040
988
bool THD::convert_string(String *s, const CHARSET_INFO * const from_cs,
1041
989
const CHARSET_INFO * const to_cs)
1044
992
if (convert_buffer.copy(s->ptr(), s->length(), from_cs, to_cs, &dummy_errors))
1046
994
/* If convert_buffer >> s copying is more efficient long term */