Change Header Charset

Hi!

Where/How can i change the header’s charset to specify it?

I want to set “Content-Type: text/html; charset=UTF-8” on my cgi.

Tks

WebRequest class has a MimeType property.
You could set it.

I didn’t follow…

How can i set charset?

WebRequest.Header(“charset”)=“UTF-8” didn’t work