Feb 26th, 2009, 11:41 AM
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");
Let me know if that fixes it.
[By the way, if you're reading the API-form tutorials I apologize. They're not too clear! I'm going to re-write the multi-page one today.]
header("Content-Type: text/html; charset=utf-8");
Let me know if that fixes it.
[By the way, if you're reading the API-form tutorials I apologize. They're not too clear! I'm going to re-write the multi-page one today.]