changed: now Patterns are read with UTF-8 enabled by default

git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@966 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2014-10-09 20:46:58 +00:00
parent ef16ae4ebd
commit 759be64379

View File

@@ -53,7 +53,7 @@ Pattern::Pattern()
commentary_stop = L" -->";
allow_include = true;
input_as_utf8 = false;
input_as_utf8 = true;
delete_white_text_items = false;
include_level_max = 100;