termenc 231 lib/strutil.h void str_init_strings (const char *termenc); termenc 394 lib/strutil/strutil.c str_init_strings (const char *termenc) termenc 396 lib/strutil/strutil.c codeset = termenc != NULL ? g_ascii_strup (termenc, -1) : g_strdup (str_detect_termencoding ()); termenc 401 lib/strutil/strutil.c if (termenc != NULL)