Mar 3rd, 2009, 12:58 PM
(Feb 26th, 2009, 11:41 AM)admin Wrote: That's strange... this is probably due to UTF-8 headers being set in the API. Try opening up the api.php file and comment out line 389 in the ft_api_init_form_page() function:
header("Content-Type: text/html; charset=utf-8");
Noted that line now changed to
Code:
header("Content-Type: text/html; charset=$g_api_header_charset");
Commenting out the line fixes it but I guess I shouldn't have to do that each tme I update, so where is that var set? I cannot find it in admin anywhere?