Show special chars

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

Sorry, I did some mistake while investigating the problem.
The XML that fails is not that one. It’s another one I still have to find.

The grid mentioned shows anyway ?? instea of ù, but it does not fail.

Samuel

Please, make sure that the encoding type in the browser corresponding to the “iso-8859-1”.