X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fhelper.h;h=5776c2b54714ee17aaec15bf5a28af845bc6ffe5;hb=0fa141762183890ebd139ccd9264f08db9011539;hp=eef64213c2c229735af0f8b03db5c6a2a68523dd;hpb=a19b858e0ac3c69e4a28c0ca6d8674427268a863;p=pspp diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index eef64213c2..5776c2b547 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -38,4 +38,8 @@ gboolean text_to_value(const gchar *text, union value *v, GtkWidget * get_widget_assert(GladeXML *xml, 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); + + #endif