X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Fcharsets%2Fiso-8859-9.php;fp=www%2Fecrire%2Fcharsets%2Fiso-8859-9.php;h=f34f1e62f6a02bddedb8b6085ff0438699a333ef;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/ecrire/charsets/iso-8859-9.php b/www/ecrire/charsets/iso-8859-9.php new file mode 100644 index 0000000..f34f1e6 --- /dev/null +++ b/www/ecrire/charsets/iso-8859-9.php @@ -0,0 +1,29 @@ + + +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; + +?>