Une bufferisation suivie d'un réencodage ?

<?php
ob_start();
include('cafe.php');
$content = ob_get_flush();
echo mb_convert_encoding($content, 'ISO-8859-1');