From 759be64379d9d2058449c320826c5d0786d21111 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Thu, 9 Oct 2014 20:46:58 +0000 Subject: [PATCH] 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 --- src/pattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pattern.cpp b/src/pattern.cpp index c949a60..f5f0518 100755 --- a/src/pattern.cpp +++ b/src/pattern.cpp @@ -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;