X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;fp=src%2Fui%2Fgui%2Fhelper.h;h=ca15a35c372887333d7941dc02beaccea38f9455;hb=0f70b0dd47b62dbefe87fb08ba8a8984aa5a50c4;hp=17e777ac9bce5c3d762abd95ec9ab142e1f81071;hpb=28ced40c7ddd248b5d64b7b5272fb17b6e97b13a;p=pspp-builds.git diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index 17e777ac..ca15a35c 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -44,7 +44,8 @@ GtkAction * get_action_assert (GtkBuilder *builder, const gchar *name); GtkWidget * get_widget_assert (GtkBuilder *builder, const gchar *name); /* Converts a string in the pspp locale to utf-8 */ -char * pspp_locale_to_utf8 (const gchar *text, gssize len, GError **err); +gchar * pspp_locale_to_utf8 (const gchar *text, gssize len, GError **err); +gchar * utf8_to_pspp_locale (const gchar *text, gssize len, GError **err); void connect_help (GtkBuilder *);