[SPIP] ~2.1.12 -->2.1.25
[velocampus/web/www.git] / www / ecrire / charsets / iso-8859-15.php
1 <?php
2
3 /***************************************************************************\
4 * SPIP, Systeme de publication pour l'internet *
5 * *
6 * Copyright (c) 2001-2014 *
7 * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James *
8 * *
9 * Ce programme est un logiciel libre distribue sous licence GNU/GPL. *
10 * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. *
11 \***************************************************************************/
12
13 if (!defined('_ECRIRE_INC_VERSION')) return;
14
15 // iso latin 15 - Gaetan Ryckeboer <gryckeboer@virtual-net.fr>
16
17 load_charset('iso-8859-1');
18
19 $trans = $GLOBALS['CHARSET']['iso-8859-1'];
20 $trans[164]=8364;
21 $trans[166]=352;
22 $trans[168]=353;
23 $trans[180]=381;
24 $trans[184]=382;
25 $trans[188]=338;
26 $trans[189]=339;
27 $trans[190]=376;
28
29 $GLOBALS['CHARSET']['iso-8859-15'] = $trans;
30
31 ?>