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 trying to create an mmdb with non-ascii characters, the file produced cannot be read. It's like the offsets are wrong..
I think it's because the offset written to file assume that the python string length is the same as the output bytes when a string is encoded to utf-8.