The issue could possibly be related to a forced mysql UTF8 encoding . Check include/mysql.php db_connect function and comment out the two lines shown below;
<USERMENTION username="mysql_query">@mysql_query</USERMENTION>('SET NAMES "UTF8"');
<USERMENTION username="mysql_query">@mysql_query</USERMENTION>('SET COLLATION_CONNECTION=utf8_general_ci');