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