Removed my authorship lines.
[pspp-builds.git] / src / ui / gui / helper.h
index 6097041e04af95391cfcf3328f34c8c5027a9607..d648e2a13b7f74a9a35ef40fa97e9a3ea3f78959 100644 (file)
@@ -1,7 +1,6 @@
 /* 
     PSPPIRE --- A Graphical User Interface for PSPP
     Copyright (C) 2004  Free Software Foundation
-    Written by John Darrington
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -22,8 +21,8 @@
 #ifndef __MISC_H__
 #define __MISC_H__
 
-#include "value.h"
-#include "format.h"
+#include <data/value.h>
+#include <data/format.h>
 
 #include <gtk/gtk.h>
 #include <glade/glade.h>
@@ -38,4 +37,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