Hi,
I’ve a grid loaded using the connector that has to show a record with a special char (ù) in a column.
this is the code:
$grid->set_encoding("iso-8859-1");
$grid->render_sql($sql, "id_meeting", "title, date_start_string, date_end_string, note", "", "");
the field with the char ù is note.
In firebug I can see that this char is not correctly understood:
?? is shown instead of ù.
This cause the XML parsing.
I tried also to encode it with UTF-8, without result.
Any suggestion?
Thanks in advance,
Samuel