File "iso-8859-9.php"
Full path: /home/argothem/www/SpipFactory-fichiers_de_travail/sauvegarde-depannage-1.9a3.2/1.9/ecrire/charsets/iso-8859-9.php
File size: 325 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
// iso latin 9 - Turc <alexis@nds.k12.tr>
load_charset('iso-8859-1');
$trans = $GLOBALS['CHARSET']['iso-8859-1'];
$trans[240]=287; //gbreve
$trans[208]=286; //Gbreve
$trans[221]=304; //Idot
$trans[253]=305; //inodot
$trans[254]=351; //scedil
$trans[222]=350; //Scedil
$GLOBALS['CHARSET']['iso-8859-9'] = $trans;
?>