diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-30 00:32:16 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-30 00:32:16 +0200 |
commit | d7a28663344fbb760134b5623b8cb441f4875f80 (patch) | |
tree | 388d65d299613c9cd93f5de11fb413be71143cb6 /application | |
parent | 70e61b5dc0b240c4a3341ca65ad9f2f5254df1b5 (diff) | |
parent | 5c9b0d1b5618ade5c6aa70475b08b3066f14ff3e (diff) |
Merge pull request #325 from freewil/develop
always use charset config item
Diffstat (limited to 'application')
-rw-r--r-- | application/config/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php index 880393c29..a6d10d8dc 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -79,6 +79,8 @@ $config['language'] = 'english'; | 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'; |