Quote:
Originally Posted by Christos Teriakis
Add this to terms.php
Code:
<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="ar">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body>
................ Your Terms here.........
</body>
</html>
.....lang="ar".... I just supposed it... put your language code there.
|
Yes it "ar" but still it is showing (??????? ????? )
The database charset is (windows-1256), so I also checked
Code:
<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="ar">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />
</head>
<body>
<font face="Tahoma" size="2">
TEXT HERE
</font>
</body>
</html>
but not working