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:
parent
a1f46392aa
commit
3f93cc3f0b
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue