242
242
void copy(const std::string&, const charset_info_st*); // Allocate new string
243
243
void copy(const char*, size_t, const charset_info_st*); // Allocate new string
244
244
static bool needs_conversion(size_t arg_length,
248
bool copy(const char*s,size_t arg_length, const charset_info_st * const csfrom,
248
void copy(const char*s,size_t arg_length, const charset_info_st * const csfrom,
249
249
const charset_info_st * const csto, size_t *errors);
250
250
void append(const String &s);
251
251
void append(const char *s);