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

parsing ods files with non ascii characters in a formula fails #68

Open
FlorianLudwig opened this issue Oct 11, 2017 · 0 comments
Open

Comments

@FlorianLudwig
Copy link

FlorianLudwig commented Oct 11, 2017

Similar to #28 if a formula contains a non ascii symbol (for example ="Nöpe") parsing fails:

  File "odf/attrconverters.py", line 113, in __save_prefix
    return str(arg)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xd6' in position 6: ordinal not in range(128)
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

1 participant