mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add Charset_Create_List_UTF8_Only()
This commit is contained in:
@@ -155,6 +155,14 @@ GList *Charset_Create_List (void)
|
||||
return list;
|
||||
}
|
||||
|
||||
GList *Charset_Create_List_UTF8_Only (void)
|
||||
{
|
||||
GList *list = NULL;
|
||||
|
||||
list = g_list_append(list,_(Charset_Get_Title_From_Name("UTF-8")));
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Return charset_name from charset_title
|
||||
|
||||
@@ -48,6 +48,7 @@ char *convert_from_utf8_to_user(const char *string);
|
||||
char *convert_from_user_to_utf8(const char *string);
|
||||
|
||||
GList *Charset_Create_List (void);
|
||||
GList *Charset_Create_List_UTF8_Only (void);
|
||||
gchar *Charset_Get_Name_From_Title (gchar *charset_title);
|
||||
gchar *Charset_Get_Title_From_Name (gchar *charset_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user