Skip to content
Snippets Groups Projects
Commit 76f9216c authored by Peter Rotich's avatar Peter Rotich
Browse files

Change default charset from ASCII to ISO-8859-1

parent e5007c21
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ class Format {
//Cleanup - junk
if($charset && in_array(trim($charset), array('default','x-user-defined')))
$charset = 'ASCII';
$charset = 'ISO-8859-1';
if(function_exists('iconv') && $charset)
return iconv($charset, $encoding.'//IGNORE', $text);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment