Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode output broken #97

Open
DieterHofbauer opened this issue Jun 13, 2024 · 2 comments
Open

Unicode output broken #97

DieterHofbauer opened this issue Jun 13, 2024 · 2 comments

Comments

@DieterHofbauer
Copy link
Contributor

Unicode seems no longer supported after the recent StarExec update at some level.

Example (output):

After renaming modulo the bijection { a ↦ 0, b ↦ 1 },
  it remains to prove termination of the 1-rule system (1 strict rule)
{ 0 0 1 1 ⟶ 1 1 1 0 0 0 }

How it should look like:

After renaming modulo the bijection { a ↦ 0, b ↦ 1 },
  it remains to prove termination of the 1-rule system (1 strict rule)
{ 0 0 1 1 ⟶ 1 1 1 0 0 0 }
@ffrohn
Copy link
Contributor

ffrohn commented Jun 14, 2024

I think that's not critical for the competition, so maybe it's best to submit this issue directly to StarExec?

https://github.com/StarExec/StarExec/issues

@DieterHofbauer
Copy link
Contributor Author

Tests show that StarExec output looks alright even after the update, and it seems that just the output accessible through termcomp.github is broken. Indeed, this issue has low priority by now, and for the moment I wouldn't move the issue to StarExec/issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants