Update some comments
[pspp-builds.git] / src / language / data-io / combine-files.c
index 1a82ef3f1bf61bfcc6ce1e9a2559237f37fcc37d..39ecedd133eec1c7aa54475df35ee2b5efb3cde1 100644 (file)
@@ -497,7 +497,10 @@ merge_dictionary (struct dictionary *const m, struct comb_file *f)
   m_docs = dict_get_documents (m);
 
 
-  /* If the input files have different encodings, then
+  /* FIXME: If the input files have different encodings, then
+     the result is undefined.
+     The correct thing to do would be to convert to an encoding
+     which can cope with all the input files (eg UTF-8).
    */
   file_encoding = dict_get_encoding (f->dict);
   if ( file_encoding != NULL)