mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
set unicode by default
This commit is contained in:
parent
8fde6c207d
commit
60cc9d8182
2 changed files with 2 additions and 3 deletions
|
@ -23,7 +23,6 @@ Author:
|
|||
|
||||
char_decl_plugin::char_decl_plugin():
|
||||
m_charc_sym("Char") {
|
||||
std::cout << gparams::get_value("unicode") << "\n";
|
||||
m_unicode = gparams::get_value("unicode") != "false";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue