diff options
author | Derek Jones <derek.jones@ellislab.com> | 2007-07-12 21:15:09 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2007-07-12 21:15:09 +0200 |
commit | b940ebc2d8f7b830c877777a14259da4927ce3fe (patch) | |
tree | ba4a327be1cc4190ccf715aa8d4d790784c9234c /system/application | |
parent | 303c9cb958a52ef2d13e985da397cb49590113b0 (diff) |
added $config['charset']
Diffstat (limited to 'system/application')
-rw-r--r-- | system/application/config/config.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/application/config/config.php b/system/application/config/config.php index 941d9c303..f0ba241f6 100644 --- a/system/application/config/config.php +++ b/system/application/config/config.php @@ -68,6 +68,16 @@ $config['url_suffix'] = ""; */
$config['language'] = "english";
+/*
+|--------------------------------------------------------------------------
+| Default Character Set
+|--------------------------------------------------------------------------
+|
+| This determines which character set is used by default in various methods
+| that require a character set to be provided.
+|
+*/
+$config['charset'] = "UTF-8";
/*
|--------------------------------------------------------------------------
|