mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
set unicode to default
This commit is contained in:
parent
3f93cc3f0b
commit
8fde6c207d
2 changed files with 3 additions and 2 deletions
|
@ -78,7 +78,7 @@ zstring::zstring(char const* s) {
|
|||
}
|
||||
|
||||
bool zstring::uses_unicode() const {
|
||||
return gparams::get_value("unicode") == "true";
|
||||
return gparams::get_value("unicode") != "false";
|
||||
}
|
||||
|
||||
bool zstring::well_formed() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue