From b490ce3463e9008d03224feb44c8b365a8e21954 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 17 Dec 2021 21:15:04 +0100 Subject: STR 3355: allow Unicode UTF-8 in source code This includes changes in the UI in Project Settings. --- fluid/Fl_Window_Type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/Fl_Window_Type.h') diff --git a/fluid/Fl_Window_Type.h b/fluid/Fl_Window_Type.h index 97d5779aa..c1f54d6b8 100644 --- a/fluid/Fl_Window_Type.h +++ b/fluid/Fl_Window_Type.h @@ -27,6 +27,7 @@ class Fl_Widget_Class_Type; extern int include_H_from_C; extern int use_FL_COMMAND; +extern int utf8_in_src; extern Fl_Menu_Item window_type_menu[]; extern Fl_Widget_Class_Type *current_widget_class; -- cgit v1.2.3