Convert to utf8 in data_out function.
[pspp-builds.git] / src / ui / gui / psppire-var-store.c
index 66da7706432da2b51b0e003f60a5b059a8e69580..991fdf467d5792a1c5ea3f0c4612d83ba95719bb 100644 (file)
@@ -696,7 +696,7 @@ text_for_column (PsppireVarStore *vs,
            g_assert (vl);
 
            {
-             gchar *const vstr = value_to_text (vl->value, *write_spec);
+             gchar *const vstr = value_to_text (vl->value, dict->dict, *write_spec);
 
              return g_strdup_printf ( "{%s,\"%s\"}_", vstr, val_lab_get_label (vl));
            }