Listing du fichier forceutf.php
00001 <?php
00002 header('Content-Type "text/html; charset=utf8"') ;
00003 echo "<?xml version=\"1.0\" encoding=\"utf8\" ?>\n" ;
00004 echo "<!DOCTYPE html \n" ;
00005 echo " PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \n" ;
00006 echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> \n" ;
00007 echo "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"fr\" xml:lang=\"fr\"> \n" ;
00008 echo "<head>\n" ;
00009 echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf8\" /> \n" ;
00010 echo "<title>\n" ;
00011 echo "un titre accentué\n" ;
00012 echo "</title>\n" ;
00013 echo "</head>\n" ;
00014 echo "<body>\n" ;
00015 echo "<h1>Et voilà de l'iso pour l'été !</h1>" ;
00016 echo "</body> \n" ;
00017 echo "</html> \n" ;
00018 ?>
La coloration syntaxique est réalisée par un enrobage de la function php nommée highlight_file
mais si vous préférez, vous pouvez utiliser celle de SyntaxHighlighter ou même celle de geshi.
Pour ne pas voir les numéros de ligne, ajoutez &nl=non à la suite du nom du fichier.
Retour à la page principale de (gH)