OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
translit_lang.php
Go to the documentation of this file.
1 <?php
2 
8  '�' => 'ae',
9  '�' => 'oe',
10  '�' => 'ue',
11  '�' => 'Ae',
12  '�' => 'Oe',
13  '�' => 'Ue',
14  '�' => 'ss',
15 );
16 
17 $aLang = array(
18  'charset' => "ISO-8859-15",
19 );