From 76f9216c2e5c704c16c8a1ccebfa5f989ee63bfb Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Wed, 13 Feb 2013 22:46:24 -0500
Subject: [PATCH] Change default charset from ASCII to ISO-8859-1

---
 include/class.format.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class.format.php b/include/class.format.php
index 15cc0d58f..38bc1ac14 100644
--- a/include/class.format.php
+++ b/include/class.format.php
@@ -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);
-- 
GitLab