Home | History | Annotate | Download | only in gio

Lines Matching defs:utf8_string

1036   char *utf8_string;
1040 utf8_string = g_locale_to_utf8 (pwd_str, -1, NULL, NULL, NULL);
1041 if (utf8_string == NULL)
1042 utf8_string = make_valid_utf8 (pwd_str);
1045 utf8_string = g_strdup (pwd_str);
1047 return utf8_string;