translit_lang.php

Go to the documentation of this file.
00001 <?php
00002 
00007 $aSeoReplaceChars = array(
00008     '�' => 'ae',
00009     '�' => 'oe',
00010     '�' => 'ue',
00011     '�' => 'AE',
00012     '�' => 'OE',
00013     '�' => 'UE',
00014     '�' => 'ss',
00015 );
00016 
00017 $aLang = array(
00018     'charset' => "ISO-8859-15",
00019 );