maxmouchet / locomotive

Python API clients for France's railways.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle accented names in stations db

maxmouchet opened this issue · comments

stations.find("Genève")
# Station(name='Genève', sncf_id='FRHWQ', sncf_tvs_id='', latitude='', longitude='')
stations.find("Geneve")
# None

https://stackoverflow.com/questions/16282083/how-to-ignore-accent-in-sqlite-query-android