Changeset 4463

Show
Ignore:
Timestamp:
12/10/09 00:34:57 (4 years ago)
Author:
plg
Message:

merge r4462 from branch 2.0 to trunk

bug 1317 fixed: force the HTTP response charset (ie encoding) to UTF-8.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r4454 r4463  
    204204  load_language('install.lang', '', array('language' => $language, 'target_charset'=>'utf-8')); 
    205205} 
    206  
     206header('Content-Type: text/html; charset=UTF-8'); 
    207207//------------------------------------------------- check php version 
    208208if (version_compare(PHP_VERSION, REQUIRED_PHP_VERSION, '<'))