Changeset 4462


Ignore:
Timestamp:
Dec 10, 2009, 12:33:09 AM (14 years ago)
Author:
plg
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/install.php

    r4046 r4462  
    226226load_language( 'admin.lang', '', array('language'=>$language, 'target_charset'=>'utf-8') );
    227227load_language( 'install.lang', '', array('language'=>$language, 'target_charset'=>'utf-8') );
    228 
     228header('Content-Type: text/html; charset=UTF-8');
    229229//------------------------------------------------- check php version
    230230if (version_compare(PHP_VERSION, REQUIRED_PHP_VERSION, '<'))
Note: See TracChangeset for help on using the changeset viewer.