Commit | Line | Data |
---|---|---|
c495c100 P |
1 | <?php |
2 | ||
3 | # charset iso-8859-1 | |
4 | ||
5 | $GLOBALS['CHARSET']['iso-8859-1'] = array ( | |
6 | ||
7 | // plage invalide en iso-8859-1 mais souvent utilisee quand meme (windows) | |
8 | // cf. http://openweb.eu.org/articles/caracteres_illegaux/ | |
9 | // voir aussi copie de ces valeurs dans inc/charsets.php | |
10 | 128=>8364, 129=>129 /* ?? */, 130=>8218, 131=>402, 132=>8222, 133=>8230, | |
11 | 134=>8224, 135=>8225, 136=>710, 137=>8240, 138=>352, 139=>8249, 140=>338, | |
12 | 141=>141 /* ?? */, 142=>381, 143=>143 /* ?? */, 144=>144 /* ?? */, 145=>8216, | |
13 | 146=>8217, 147=>8220, 148=>8221, 149=>8226, 150=>8211, 151=>8212, 152=>732, | |
14 | 153=>8482, 154=>353, 155=>8250, 156=>339, 157=>157 /* ?? */, 158=>382, 159=>376, | |
15 | ||
16 | 160=>160, 161=>161, 162=>162, 163=>163, 164=>164, 165=>165, 166=>166, 167=>167, | |
17 | 168=>168, 169=>169, 170=>170, 171=>171, 172=>172, 173=>173, 174=>174, 175=>175, | |
18 | 176=>176, 177=>177, 178=>178, 179=>179, 180=>180, 181=>181, 182=>182, 183=>183, | |
19 | 184=>184, 185=>185, 186=>186, 187=>187, 188=>188, 189=>189, 190=>190, 191=>191, | |
20 | 192=>192, 193=>193, 194=>194, 195=>195, 196=>196, 197=>197, 198=>198, 199=>199, | |
21 | 200=>200, 201=>201, 202=>202, 203=>203, 204=>204, 205=>205, 206=>206, 207=>207, | |
22 | 208=>208, 209=>209, 210=>210, 211=>211, 212=>212, 213=>213, 214=>214, 215=>215, | |
23 | 216=>216, 217=>217, 218=>218, 219=>219, 220=>220, 221=>221, 222=>222, 223=>223, | |
24 | 224=>224, 225=>225, 226=>226, 227=>227, 228=>228, 229=>229, 230=>230, 231=>231, | |
25 | 232=>232, 233=>233, 234=>234, 235=>235, 236=>236, 237=>237, 238=>238, 239=>239, | |
26 | 240=>240, 241=>241, 242=>242, 243=>243, 244=>244, 245=>245, 246=>246, 247=>247, | |
27 | 248=>248, 249=>249, 250=>250, 251=>251, 252=>252, 253=>253, 254=>254, 255=>255 | |
28 | ||
29 | ); | |
30 | ||
31 | ?> |