希伯来语在移动网站上

时间:2012-11-08 16:49:45

标签: html utf-8 hebrew

我正在尝试为移动设备构建一个基本网页,在我的电脑Chrome浏览器中,我看到“???? ???? ???”每一个希伯来文写的地方。这是我的代码:

<?php

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="he">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Content-Language" content="he" />
    <meta name="GENERATOR" content="PHPEclipse 1.2.0" />
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
    <link rel="stylesheet" href="css/themes/light_blue.css" />
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile.structure-1.2.0.min.css" />
    <title>מניין</title>
</head>
<body>
    <div id="wraper" data-role="header">בדיקה בדיקה הדיקה</div>
</body>
</html>

我正在使用eclipse IDE进行开发。有关如何解决这个问题的任何建议吗?

2 个答案:

答案 0 :(得分:2)

删除; charset=UTF-8并在文档<meta charset="iso-8859-8">中添加<head>

答案 1 :(得分:0)

你使用什么浏览器?

在Chrome上运行良好