keepright / keepright

Data Consistency Checks for openstreetmap.org
http://keepright.at
38 stars 11 forks source link

website 413 non-match - wrong logic #94

Open majkaz opened 5 years ago

majkaz commented 5 years ago

For accented languages (in my case, in Czech), this test doesn't work except when name contains ascii-only characters (probably only minority of all names in Czechia).

Typical example: website, non-match on node #4742725424
Kadeřnictví Eden -> ascii only -> kadernictvi eden -> website -> www.kadernictvieden.cz

In this case, the website is a perfect match. The test just ignores that website address will strip the accents for any accented characters.