Fix encoding to UTF8 without BOM Add missing CHARSET tag
Mfr

Mfr commited on 2008-07-02 19:55:08
Zeige 1 geänderte Dateien mit 5 Einfügungen und 5 Löschungen.

... ...
@@ -1,9 +1,9 @@
1 1
 ## translation metadata
2 2
 # Based-On-Revision: 14486
3
-#Last-Translator: mfr(�]misericordia.be
3
+#Last-Translator: mfr(ä]misericordia.be
4 4
 
5 5
 
6
-#include "head.wmi" TITLE="Liste des projets Tor"
6
+#include "head.wmi" TITLE="Liste des projets Tor"  CHARSET="UTF-8"
7 7
 
8 8
 <div class="main-column">
9 9
 
... ...
@@ -14,9 +14,9 @@
14 14
 
15 15
 <p>
16 16
 <ul>
17
-<li>NLnet <a href="<page projects/hidserv>">Acc�l�rer les services cach�s</a></li>
18
-<li>NLnet <a href="<page projects/lowbandwidth>">Tor pour les clients � faible bande passante</a></li>
19
-<li>Google <a href="<page projects/google>">Mise � jour automatique pour Tor</a></li>
17
+<li>NLnet <a href="<page projects/hidserv>">Accélérer les services cachés</a></li>
18
+<li>NLnet <a href="<page projects/lowbandwidth>">Tor pour les clients à faible bande passante</a></li>
19
+<li>Google <a href="<page projects/google>">Mise à jour automatique pour Tor</a></li>
20 20
 </ul>
21 21
 </p>
22 22
 
23 23