chore: changelog + fix stg_population_geonames unicode escapes
All checks were successful
CI / test (push) Successful in 54s
CI / tag (push) Successful in 3s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-03-09 20:32:49 +01:00
parent 23c7570736
commit 487722c2f3
2 changed files with 3 additions and 1 deletions

View File

@@ -40,4 +40,4 @@ WHERE geoname_id IS NOT NULL
AND lon IS NOT NULL
-- Reject names with non-Latin characters (CJK, Cyrillic, Arabic, Thai, etc.)
-- Allows ASCII + Latin Extended (diacritics: ÄÖÜ, àéî, ñ, ø, etc.)
AND regexp_matches(city_name, '^[\x20-\x7E\u00C0-\u024F\u1E00-\u1EFF]+$')
AND regexp_matches(city_name, '^[\x20-\x7EÀ-ɏḀ-ỿ]+$')