commit | 8cc0cfe1ab1e10aad71d14e0b43e05444c00693d | [log] [tgz] |
---|---|---|
author | freewil <sean@eternalrise.com> | Sat Aug 27 21:53:00 2011 -0400 |
committer | freewil <sean@eternalrise.com> | Sat Aug 27 21:53:00 2011 -0400 |
tree | 85c2916096b74432ea78076e6c65a01790c1ba7b | |
parent | c3757b80ebe76ab3807933901cda0e9b7a405690 [diff] [blame] |
always use charset config item
diff --git a/application/config/config.php b/application/config/config.php index 880393c..a6d10d8 100644 --- a/application/config/config.php +++ b/application/config/config.php
@@ -79,6 +79,8 @@ | This determines which character set is used by default in various methods | that require a character set to be provided. | +| See http://php.net/htmlspecialchars for a list of supported charsets. +| */ $config['charset'] = 'UTF-8';