Import Assistant: Re-enable the setting of header titles
[pspp] / src / ui / gui / psppire-text-file.h
index 1d031c09265aa2207f2421f0e6ec03e69091f876..500acc82bd0086d7d61b95f821d005df0d6b55f4 100644 (file)
@@ -57,9 +57,11 @@ struct _PsppireTextFile
   gchar *file_name;
   gchar *encoding;
 
-  /* The first several lines of the file. */
+  /* The first several lines of the file.   These copies which are UTF8 encoded,
+     regardless of the file encoding.  */
   struct substring lines[MAX_PREVIEW_LINES];
   size_t line_cnt;
+
   gulong total_lines; /* Number of lines in file. */
   gboolean total_is_exact;    /* Is total_lines exact (or an estimate)? */