From b940ebc2d8f7b830c877777a14259da4927ce3fe Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 12 Jul 2007 19:15:09 +0000 Subject: added $config['charset'] --- system/application/config/config.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'system') 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"; /* |-------------------------------------------------------------------------- -- cgit v1.2.3-24-g4f1b