H
hb
Hi,
I have a flat html file which is in the utf-8 codepage. The file is
created with Word.
This code is at the beginning of the page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/stylesheet.css" rel="stylesheet" type="text/css">
</head>
In my web application I use the <globalization
requestEncoding="utf-8" responseEncoding="utf-8" /> settings in the
web.config file.
However, when I view this html page with IE of mozilla words like
clïent (with a double dot on the i) are shown as something like
Cliënt. When I open the html page as a file from e.g. c:\ in both IE
as well as mozilla the words are shown correctly.
My conclusion is that IIS or ASP.Net causes this problem. Are there any
other settings I have to make in the web.config, IIS or where ever?
Any suggestions are welcome.
I have a flat html file which is in the utf-8 codepage. The file is
created with Word.
This code is at the beginning of the page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/stylesheet.css" rel="stylesheet" type="text/css">
</head>
In my web application I use the <globalization
requestEncoding="utf-8" responseEncoding="utf-8" /> settings in the
web.config file.
However, when I view this html page with IE of mozilla words like
clïent (with a double dot on the i) are shown as something like
Cliënt. When I open the html page as a file from e.g. c:\ in both IE
as well as mozilla the words are shown correctly.
My conclusion is that IIS or ASP.Net causes this problem. Are there any
other settings I have to make in the web.config, IIS or where ever?
Any suggestions are welcome.