change default charset from utf8 to iso-8859-1

This commit is contained in:
mohrt
2005-08-30 21:03:23 +00:00
parent dcfee3d1e8
commit 49731f8e1c

View File

@@ -18,7 +18,7 @@
* @param html|htmlall|url|quotes|hex|hexentity|javascript
* @return string
*/
function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'UTF-8')
function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'ISO-8859-1')
{
switch ($esc_type) {
case 'html':