]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #1010 from lonvia/ignore-unicode-format-characters
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 10 Apr 2018 21:48:58 +0000 (23:48 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Apr 2018 21:48:58 +0000 (23:48 +0200)
Ignore Unicode format characters for normalization

osm2pgsql
test/bdd/api/reverse/queries.feature

index 16873879ba3b9d5572dcde628679bc2e448d5e86..759657e11bbf10bbd305102f659ce8288ee04e7d 160000 (submodule)
--- a/osm2pgsql
+++ b/osm2pgsql
@@ -1 +1 @@
-Subproject commit 16873879ba3b9d5572dcde628679bc2e448d5e86
+Subproject commit 759657e11bbf10bbd305102f659ce8288ee04e7d
index b3ad20b201e91f019ecd8a0f1343d3c364a262b6..049dd1f45fe3993f9163408192ca4c2c00abdcc6 100644 (file)
@@ -50,4 +50,4 @@ Feature: Reverse geocoding
         When sending jsonv2 reverse coordinates 54.046489113,8.5546870529
         Then results contain
          | display_name |
-         | Freie und Hansestadt Hamburg, Deutschland |
+         | ^.*Hamburg, Deutschland |