Convert to utf8 in data_out function.
[pspp-builds.git] / src / language / expressions / operations.def
index db71d2770339db273fa5114fe456afb83f106411..d78827a8da8aaf933dc3d6fc2be09774ba39b9f7 100644 (file)
@@ -587,7 +587,7 @@ absorb_miss string function STRING (x, no_format f)
   v.f = x;
 
   assert (!fmt_is_string (f->type));
-  s = data_out (&v, f);
+  s = data_out (&v, "no-such-encoding", f);
   dst = alloc_string (e, strlen (s));
   strcpy (dst.string, s);
   free (s);