Force browsers to encode using utf-8

Dears,

I am using Qunata and it saves my files as utf8. just a regular html files–no php or asp.

Firefox/IE keep encoding the page as iso-8859-1. How can I force the page to be encoded as utf8.

You set the charset parameter in the Content-Type HTTP header:

Content-Type: text/html; charset=utf-8

You can do that with .htaccess for Apache:

AddEncoding utf-8 .htm .html