projets
/
aidenligne_francais_universite.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
squellete2
[aidenligne_francais_universite.git]
/
ecrire
/
charsets
/
iso-8859-15.php
1
<
?php
2
3
// iso latin 15 - Gaetan Ryckeboer <gryckeboer@virtual-net.fr>
4
5
load_charset
(
'iso-8859-1'
);
6
7
$trans
=
$GLOBALS
[
'CHARSET'
][
'iso-8859-1'
];
8
$trans
[
164
]=
8364
;
9
$trans
[
166
]=
352
;
10
$trans
[
168
]=
353
;
11
$trans
[
180
]=
381
;
12
$trans
[
184
]=
382
;
13
$trans
[
188
]=
338
;
14
$trans
[
189
]=
339
;
15
$trans
[
190
]=
376
;
16
17
$GLOBALS
[
'CHARSET'
][
'iso-8859-15'
] =
$trans
;
18
19
?
>