Ensure all lex_readers have the encoding parameter
[pspp] / src / ui / gui / executor.c
index e9ef3f07b784536896e10e011051fea4c4d1cc78..9b4c4c91867744008484d3430af834f4faf7848b 100644 (file)
@@ -200,5 +200,5 @@ execute_syntax_string (PsppireDataWindow *window, gchar *syntax)
 void
 execute_const_syntax_string (PsppireDataWindow *window, const gchar *syntax)
 {
-  execute_syntax (window, lex_reader_for_string (syntax));
+  execute_syntax (window, lex_reader_for_string (syntax, "UTF-8"));
 }