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

FSM generator: replace repr() with simplified hard coded version #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janosvitok
Copy link

This should avoid problem with non-unicode systems (like Windows with cp1250):
UnicodeEncodeError: 'cp1250' codec can't encode character '\xa1'

This should avoid problem with non-unicode systems (like Windows with cp1250):
UnicodeEncodeError: 'cp1250' codec can't encode character '\xa1'
@pinotree
Copy link
Contributor

Hi @janosvitok, I just submitted a series to switch to Python 3, and the change required looks like it might fix the issue you faced too.
See #139 -- can you please test it on top of ce1b8fe and 4b7e6c5? Thanks!

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

Successfully merging this pull request may close these issues.

2 participants