]> 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>
Sun, 11 Dec 2022 12:55:27 +0000 (13:55 +0100)
commit823502a40a2b9651988d2d8525960276315a4d88
treea05f8802569d829fb296c9313641a20f7e8e09c6
parent4efad0bb95024e2082f73b4ae33613ef8f6ebef3
use grapheme_stripos instead of stripos in PHP code

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