Added a syntax editor to the GUI.
[pspp-builds.git] / src / ui / gui / helper.h
index eef64213c2c229735af0f8b03db5c6a2a68523dd..5776c2b54714ee17aaec15bf5a28af845bc6ffe5 100644 (file)
@@ -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