g_conf_printf_escaped
g_conf_printf_escaped(sb, "%s", mp->ident);
g_conf_printf_escaped(sb, "%s",
g_conf_printf_escaped(sb, "%s",
g_conf_printf_escaped(sb, "%s", mp->label);
void g_conf_printf_escaped(struct sbuf *sb, const char *fmt, ...);
g_conf_printf_escaped(sb, "%c", ch);
g_conf_printf_escaped(sb, "%c%c", 0xc0 | (ch >> 6),
g_conf_printf_escaped(sb, "%c%c%c", 0xe0 | (ch >> 12),
g_conf_printf_escaped(sb, "%c%c%c%c", 0xf0 |