-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support for unicode filenames #70
Comments
One possible solution would be to use _wfopen() in SWMM on Windows. https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/fopen-wfopen?view=msvc-160 |
String must be encoded using Latin-1 before passing to SWMM engine. Previously in older pyswmm versions, six.b() was used before passing to SWMM engine. |
@michaeltryby is |
@jennwuu Yes that is is the branch I opened up to work on it. |
@michaeltryby looks like we can close this? |
Passing a filename containing unicode characters causes ERROR 303.
Bug reported by pyswmm user.
The text was updated successfully, but these errors were encountered: