stops/common.php
@@ -13,5 +13,13 @@ } unset($word); return $words; return array_values($words); } function normalize_name($string) { return strtr(strtr($string, ['.' => '. ']), [' ' => ' ']); } function normalize_name_cmp($string) { return normalize_name(mb_strtolower($string, 'UTF-8')); }