991
989
bool THD::convert_string(String *s, const CHARSET_INFO * const from_cs,
992
990
const CHARSET_INFO * const to_cs)
995
993
if (convert_buffer.copy(s->ptr(), s->length(), from_cs, to_cs, &dummy_errors))
997
995
/* If convert_buffer >> s copying is more efficient long term */