3
0
Fork 0
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:
Nikolaj Bjorner 2021-01-31 11:32:33 -08:00
parent 8fde6c207d
commit 60cc9d8182
2 changed files with 2 additions and 3 deletions

View file

@ -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";
}