Various utf-8 fixes.
* src/bin/ltl2tgba.cc: Add option -8. * src/tgbatest/ltl2tgba.cc, wrap/python/spot.i: Enable utf8 on sba_explicit_formula automata too.
This commit is contained in:
parent
4ed153a247
commit
f02156ebff
3 changed files with 29 additions and 3 deletions
|
|
@ -362,6 +362,9 @@ tgba_enable_utf8(spot::tgba* a)
|
|||
if (spot::tgba_explicit_formula* tef =
|
||||
dynamic_cast<spot::tgba_explicit_formula*>(a))
|
||||
tef->enable_utf8();
|
||||
else if (spot::sba_explicit_formula* sef =
|
||||
dynamic_cast<spot::sba_explicit_formula*>(a))
|
||||
sef->enable_utf8();
|
||||
}
|
||||
|
||||
spot::ltl::parse_error_list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue