-
Notifications
You must be signed in to change notification settings - Fork 91
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 Unicode #124
Comments
Looks like that this PR #179 should solve this issue |
Thanks @julienmalard! |
Special characters parsing seems to still be failing with XMILE parser: https://travis-ci.org/JamesPHoughton/pysd/jobs/406424585#L741-L752 |
Looks like we have an issue not with XMILE parser, because in output we have all fields provided by xmile file |
Following XMILE documentation, special characters should be surrounded by double quotes, once corrected the test PySD is able to translate and run the model. |
When foreign characters are used, parser fails. Tests here:
https://github.com/SDXorg/test-models/tree/master/tests/unicode_characters
Need to expand test to also include unicode characters in units, and in docstring components.
The text was updated successfully, but these errors were encountered: