<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Les forums de JeBulle.net – Codulles et la gestion des accents]]></title>
		<link>https://forums.jebulle.net/topic/545/codulles-et-la-gestion-des-accents/</link>
		<atom:link href="https://forums.jebulle.net/feed/rss/topic/545/" rel="self" type="application/rss+xml" />
		<description><![CDATA[Messages les plus récents de Codulles et la gestion des accents.]]></description>
		<lastBuildDate>Thu, 27 Jul 2006 08:32:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Codulles et la gestion des accents]]></title>
			<link>https://forums.jebulle.net/post/6418/#p6418</link>
			<description><![CDATA[<p>Salut à tous,</p><p>Codulle et les accents, c&#039;est pas tout à fait ça...<br />Alors pour les intéressés, je propose la solution suivante :</p><p>geshi.php L.455 :&nbsp; &nbsp;(enlever l&#039;underscore)<br /></p><div class="codebox"><pre><code>if (GESHI_ERROR_NO_SUCH_LANG == $this-&gt;error) {</code></pre></div><p>index.php :<br /></p><div class="codebox"><pre><code>-----------------------------------------------------
200        .$sGrasDebut.str_replace( &#039;_&#039;, &#039; &#039;, $aListeRepProjets[&#039;dir&#039;][$i] )
    200    .$sGrasDebut.htmlentities(str_replace( &#039;_&#039;, &#039; &#039;, $aListeRepProjets[&#039;dir&#039;][$i] ))
-----------------------------------------------------
221        .str_replace( &#039;_&#039;, &#039; &#039;, $aListeSousRep[&#039;dir&#039;][$j] )
    221    .htmlentities(str_replace( &#039;_&#039;, &#039; &#039;, $aListeSousRep[&#039;dir&#039;][$j] ))
-----------------------------------------------------
255        .&#039;&amp;fichier=&#039;.rawurldecode(stripslashes($sLienNiveau1.&#039;/&#039;.$aListeSousRep[&#039;file&#039;][$j])).&#039;&quot;&gt;&#039;
256                                                .str_replace( &#039;_&#039;, &#039; &#039;, $aListeSousRep[&#039;file&#039;][$j] )
    255    .&#039;&amp;fichier=&#039;.rawurlencode(stripslashes($sLienNiveau1.&#039;/&#039;.$aListeSousRep[&#039;file&#039;][$j])).&#039;&quot;&gt;&#039;
    256                                            .htmlentities(str_replace( &#039;_&#039;, &#039; &#039;, $aListeSousRep[&#039;file&#039;][$j] ))
-----------------------------------------------------
275        $sFichierFinal = &#039;&lt;img src=&quot;&#039;.JB_CO_DOSSIER_PROJETS.$sFichier.&#039;&quot; alt=&quot;Image &#039;.$sNomFichier.&#039;&quot; /&gt;&#039;;
    275    $sFichierFinal = &#039;&lt;img src=&quot;&#039;.implode(&quot;/&quot;, array_map(&quot;rawurlencode&quot;, explode(&quot;/&quot;, JB_CO_DOSSIER_PROJETS.$sFichier))).&#039;&quot; alt=&quot;Image &#039;.$sNomFichier.&#039;&quot; /&gt;&#039;;
-----------------------------------------------------
297        else $sHeadTitre = &#039;Codulle : Source de &#039;.$sNomFichier;
    297    else $sHeadTitre = &#039;Codulle : Source de &#039;.htmlentities($sNomFichier);
-----------------------------------------------------
310        .rawurlencode(stripslashes( $sLien )).&#039;&quot;&gt;&#039;.str_replace( &#039;_&#039;, &#039; &#039;, $aDossiers[$i] ).&#039;&lt;/a&gt; &#039;;
    310    .rawurlencode(stripslashes( $sLien )).&#039;&quot;&gt;&#039;.htmlentities(str_replace( &#039;_&#039;, &#039; &#039;, $aDossiers[$i] )).&#039;&lt;/a&gt; &#039;;
-----------------------------------------------------
313        $sAdresse .= &#039; &#039;.$sPuceChemin.&#039; &#039;.str_replace( &#039;_&#039;, &#039; &#039;, $aDossiers[$iNiveau-1] );
    313    $sAdresse .= &#039; &#039;.$sPuceChemin.&#039; &#039;.htmlentities(str_replace( &#039;_&#039;, &#039; &#039;, $aDossiers[$iNiveau-1] ));
-----------------------------------------------------
321        $sNomFichierOuvert = $sNomFichier;
    321    $sNomFichierOuvert = htmlentities($sNomFichier);</code></pre></div><p>a++;</p>]]></description>
			<author><![CDATA[null@example.com (Oliv')]]></author>
			<pubDate>Thu, 27 Jul 2006 08:32:59 +0000</pubDate>
			<guid>https://forums.jebulle.net/post/6418/#p6418</guid>
		</item>
	</channel>
</rss>
