]> git.openstreetmap.org Git - nominatim.git/commit
use grapheme_stripos instead of stripos in PHP code
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 11 Dec 2022 12:55:27 +0000 (13:55 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 22 Mar 2023 09:36:15 +0000 (10:36 +0100)
commit6fe3dc63f5c9e5de7e3484cc8db0a7d5d81da8fa
treedce31928efe3f589f460801734cee43ef6b52372
parente2dcc9ebf806149f317b51748f2f5aa1ef647685
use grapheme_stripos instead of stripos in PHP code

The stripos() does not handle non-ASCII correctly.
lib-php/Geocode.php