Цитата:
Сообщение от void
Отдать ему соответствующий HTTP-заголовок:
Content-Type: text/html; charset=utf-8
|
в файле tamplate.htm
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Template 6 - Grace UMC Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<link href="print.css" rel="stylesheet" type="text/css" media="print" />
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
@import url(IEmenustyles.css);"
В httpd.conf "AddDefaultCharset utf-8"
В .htaccess "AddDefaultCharset utf-8"
А браузеры Opera, IE, Firefox не открывают в utf-8.
есть мнения господа, что я делаю неправильно?
Спасибо.