Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 457 → Rev 458

/trunk/bibliotheque/bazar.fonct.rss.php
1385,8 → 1385,8
}
 
function encoderEnUtf8($txtEnIso88591) {
$txt_utf8 = utf8_encode($txt);
return $txt_utf8;
$txtEnUtf8 = utf8_encode($txtEnIso88591);
return $txtEnUtf8;
}
 
function remplacerEsperluettesIsoleesParEntiteHtml($txtEnUtf8) {