开发者

.aspx character coding

I am having an problem. First time working with a windows server, do you know if there is any problem in character coding? My document is set to content="text/html; charset=UTF-8" but it's giving me funny words... you can check it here. This site is a pure HTML with few includes but anything else is just HTML.

I can convert them to HTML entities but that is basically wasting my time. I never had this problem with any website I did except for this.

Some others said "The problems seems t开发者_StackOverflow中文版o be that you have converted the text into utf-8 twice.". But how would Coverted it twice since dreamweaver should convert it for me but in this case it doesn't.


Ok I found a solution I don't know why but .... here is my solution...

before

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8 " />

after

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1 " />

Just by changing the character set has fixed my problem.....

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜