You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run pyroutelib2 in my windows system there has some problem in parseOsmFile(self, filename).
After I change "with open(filename, "r") as f: " to "with open(filename, "r", encoding="utf8") as f:". it works well.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello.
When I run pyroutelib2 in my windows system there has some problem in parseOsmFile(self, filename).
After I change "with open(filename, "r") as f: " to "with open(filename, "r", encoding="utf8") as f:". it works well.
Thanks.
The text was updated successfully, but these errors were encountered: