Replace legacy_recode with recode_string.
[pspp-builds.git] / src / language / expressions / operations.def
index d78827a8da8aaf933dc3d6fc2be09774ba39b9f7..52d4226dff60ceec92657364a2b6f227d108e11b 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, "no-such-encoding", f);
+  s = data_out (&v, LEGACY_NATIVE, f);
   dst = alloc_string (e, strlen (s));
   strcpy (dst.string, s);
   free (s);