mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
CHARSET deprecated
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/English.php,v $
|
||||
| $Revision: 1.11 $
|
||||
| $Date: 2009-07-18 15:53:10 $
|
||||
| $Revision: 1.12 $
|
||||
| $Date: 2009-07-19 11:44:28 $
|
||||
| $Author: marj_nl_fr $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -13,7 +13,8 @@ setlocale(LC_ALL, 'en');
|
||||
define('CORE_LC', 'en');
|
||||
define('CORE_LC2', 'gb');
|
||||
// define("TEXTDIRECTION","rtl");
|
||||
define('CHARSET', 'utf-8'); // for a true multi-language site. :)
|
||||
// deprecated: all language packs must be UTF-8
|
||||
//define('CHARSET', 'utf-8'); // for a true multi-language site. :)
|
||||
define('CORE_LAN1',"Error : theme is missing.\\n\\nChange the used themes in your preferences (admin area) or upload files for the current theme to the server.");
|
||||
//obsolete define('CORE_LAN2'," \\1 wrote:");// "\\1" represents the username.
|
||||
//obsolete define('CORE_LAN3', 'file attachment disabled'); // Not used in 0.8
|
||||
|
Reference in New Issue
Block a user