I have a script on jquery that load some site in iframe using:
$("#demo_frame").attr('src', 'http://'+url);
My page have a charset UTF8, but if loaded site have another charset – in i frame it’s have bad encoding.
How can i set right encodyng to site in iframe?

The header in the Iframe has to do this for itself.