190
190
uint32_t *len= typelib->type_lengths;
191
191
for (const char **pos= typelib->type_names; *pos; pos++, len++)
196
195
/* convert to res.charset() == utf8, then quote */
197
enum_item.copy(*pos, *len, charset(), res.charset(), &dummy_errors);
198
197
append_unescaped(&res, enum_item.c_ptr(), enum_item.length());