Changeset 4463 for trunk/install.php


Ignore:
Timestamp:
Dec 10, 2009, 12:34:57 AM (14 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.

File:
1 edited

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, '<'))
Note: See TracChangeset for help on using the changeset viewer.