|
|
|
@ -6,7 +6,9 @@ mb_internal_encoding('UTF-8');
|
|
|
|
|
mb_http_output('UTF-8');
|
|
|
|
|
mb_http_input('UTF-8');
|
|
|
|
|
mb_language('uni');
|
|
|
|
|
mb_regex_encoding('UTF-8'); // A commenter chez Free
|
|
|
|
|
if (function_exists('mb_regex_encoding')) {
|
|
|
|
|
mb_regex_encoding('UTF-8');
|
|
|
|
|
}
|
|
|
|
|
ob_start('mb_output_handler');
|
|
|
|
|
date_default_timezone_set('Europe/Paris');
|
|
|
|
|
setlocale(LC_CTYPE, 'fr_FR'); //correct transliteration
|
|
|
|
|