summaryrefslogtreecommitdiff
path: root/inc/utf8.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/utf8.php')
-rw-r--r--inc/utf8.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/utf8.php b/inc/utf8.php
index 99e2fcaa1..966c40c6c 100644
--- a/inc/utf8.php
+++ b/inc/utf8.php
@@ -1184,6 +1184,9 @@ $UTF8_SPECIAL_CHARS2 =
*/
global $UTF8_ROMANIZATION;
$UTF8_ROMANIZATION = array(
+ // scandinavian - differs from what we do in deaccent
+ 'å'=>'a','Å'=>'A','ä'=>'a','Ä'=>'A','ö'=>'o','Ö'=>'O',
+
//russian cyrillic
'а'=>'a','А'=>'A','б'=>'b','Б'=>'B','в'=>'v','В'=>'V','г'=>'g','Г'=>'G',
'д'=>'d','Д'=>'D','е'=>'e','Е'=>'E','ё'=>'jo','Ё'=>'Jo','ж'=>'zh','Ж'=>'Zh',