Converted strings to utf8 before passing to gtksheet. Should work properly now with
[pspp-builds.git] / src / ui / gui / psppire-var-store.c
index 97695a13641fb4079d443fac0e868ee685243d41..77ea7343636244c1c2cfc0403f7116ea1f7b339d 100644 (file)
@@ -312,7 +312,7 @@ psppire_var_store_get_string(GSheetModel *model, gint row, gint column)
   
   s = text_for_column(pv, column);
 
-  return g_locale_to_utf8(s, -1, 0,0,0);
+  return pspp_locale_to_utf8(s, -1, 0);
 }