Consolidate quoting style in printed strings.
[pspp] / src / language / data-io / print.c
index fd98eaedcc319fe5b44faf0294aa7dce6265a020..d3d0972543a87f2b8f82e6eaf0eb634dd2a87b3c 100644 (file)
@@ -412,7 +412,7 @@ dump_table (struct print_trns *trns, const struct file_handle *fh)
       switch (spec->type)
         {
         case PRT_LITERAL:
-          tab_text_format (t, 0, row, TAB_LEFT | TAB_FIX, "\"%.*s\"",
+          tab_text_format (t, 0, row, TAB_LEFT | TAB_FIX, "`%.*s'",
                            (int) ds_length (&spec->string),
                            ds_data (&spec->string));
           width = ds_length (&spec->string);