Add an UTF-8 option to the web interface.
* wrap/python/ajax/ltl2tgba.html: Add the checkbox. * wrap/python/ajax/css/ltl2tgba.css: Add the necessary class. * wrap/python/ajax/protocol.txt: Add the new option. * wrap/python/ajax/spot.in: Handle it. * wrap/python/ajax/README: Add a few lines to explain how to run the CGI script from the command line for debugging.
This commit is contained in:
parent
e93ceebafe
commit
43d1be09d5
5 changed files with 64 additions and 17 deletions
|
|
@ -382,7 +382,11 @@ an identifier: <span class="formula">aUb</span> is an atomic proposition, unlike
|
|||
<label class="rtip" title="Try to reduce the formula by testing inclusion between automata built for various subformulas. This can be rather slow on large formulas.">
|
||||
<INPUT type="checkbox" name="r" value="lc">
|
||||
language containment
|
||||
</label><br>
|
||||
</label>
|
||||
<label class="rtip floatright" title="Encode all formula using UTF-8 characters.">
|
||||
<INPUT type="checkbox" name="g" value="8">
|
||||
UTF-8 output
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div id="output-tabs" class="tabs collapsible shadow">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue