3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

use unicode by default

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-01-30 16:39:31 -08:00
parent a1f46392aa
commit 3f93cc3f0b

View file

@ -44,7 +44,7 @@ public:
bool m_smtlib2_compliant { false }; // it must be here because it enable/disable the use of coercions in the ast_manager.
unsigned m_timeout { UINT_MAX } ;
bool m_statistics { false };
bool m_unicode { false };
bool m_unicode { true };
unsigned rlimit() const { return m_rlimit; }
context_params();