-
Notifications
You must be signed in to change notification settings - Fork 268
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
Fix export error messages encoding issues #279 #291
Conversation
Codecov Report
@@ Coverage Diff @@
## master #291 +/- ##
=======================================
Coverage 84.38% 84.38%
=======================================
Files 49 49
Lines 6794 6794
=======================================
Hits 5733 5733
Misses 1061 1061
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for consistent decoding use u_decode
function from here file
|
I know :) |
I am using python3 so it does not fix the bug 🤔 maybe it is more complex than I thought |
I just checked this from my computer and not mobile and you are right |
Do I have to do anything more? |
Nothing special, but I'd rewrite the map using a generator i.e. |
Thanks a lot |
A fix for issue #279. The bug is fully fixed compared to PR #283.