adding //IGNORE to iconv to prevent nasty php warnings

This commit is contained in:
Thomas Mueller 2013-03-12 09:26:21 +01:00
parent 06992fec6d
commit eedbebd40e
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class Mapper
// transliterate
if (function_exists('iconv')) {
$text = iconv('utf-8', 'us-ascii//TRANSLIT', $text);
$text = iconv('utf-8', 'us-ascii//TRANSLIT//IGNORE', $text);
}
// lowercase