不能显示在浏览器希腊字母(can't show greek letters in brows

2019-08-17 15:56发布

I am developing a website using html and css and i can't see greek letters.Instead of this,i only see symbols. i have the following line in my html file:

<meta http-equiv="content-type" content="text/html;charset=utf-8" />

I also tried:

<meta http-equiv="content-type" content="text/html;charset=windows-1253" />
<meta http-equiv="content-type" content="text/html;charset=ibm869" />
<meta http-equiv="content-type" content="text/html;charset=ibm737" />
<meta http-equiv="content-type" content="text/html;charset=iso-8859-7"/>
<meta http-equiv="content-type" content="text/html;charset=x-mac-greek"/>
<meta http-equiv="content-type" content="text/html;charset=x-EBCDIC-GreekModern "/>
<meta http-equiv="content-type" content="text/html;charset=x-EBCDIC-Greek "/>

Nothing worked! p.s. I tried this in Firefox and Internet Explorer

Answer 1:

根据您的意见

在记事本,文件的文件 - >另存为从顶部的菜单,然后有一个下降的另存为对话框,您可以选择字符编码了。 确保UTF-8选择,而不是ANSI

一旦该文件已被保存为UTF-8,那么你应该没有问题,增加希腊字母(或俄语,希伯来语,日语或其他)



Answer 2:

每评论/答案在这里,你将需要检查,看看有什么编码设置为。 最好的办法是看究竟如何服务器通过检查响应头发送。 你可以在大多数浏览器开发者工具做到这一点。

我只是检查是否有使用Chrome此页标题:



Answer 3:

同时制定了页面希腊我有同样的问题。 问题是不是UTF-8。 我不得不纠正CSS。

问候,

缺口



文章来源: can't show greek letters in browser