Last post Oct 12, 2005 08:17 AM by smiling4ever
None
0 Points
1 Post
Oct 12, 2005 02:30 AM|jerlando|LINK
Hi all, I've the following test script using Arabic Egypt, but seems like it's not displaying properly. Can any one help.. Shall I install .NET language pack for this? <%@ Page Culture="ar-EG" UICulture="ar" ResponseEncoding="utf-8"%>
<html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> <title>ÕÝÍÉ ÃÎÊÈÇÑ</title> </head>
<body> <p align="center" dir="ltr"> <span style="background-color: #C0C0C0"><b>hello</b></span></p> <p align="center"> <b><span style="background-color: #C0C0C0">ÕÝÍÉ ÃÎÊÈÇÑ</span></b><span style="background-color: #C0C0C0"> </span></p> </body>
</html>
Contributor
4240 Points
3250 Posts
Oct 12, 2005 08:17 AM|smiling4ever|LINK
None
0 Points
1 Post
Display Arabic Egypt Characters
Oct 12, 2005 02:30 AM|jerlando|LINK
Hi all,
I've the following test script using Arabic Egypt, but seems like it's not displaying properly. Can any one help..
Shall I install .NET language pack for this?
<%@ Page Culture="ar-EG" UICulture="ar" ResponseEncoding="utf-8"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<title>ÕÝÍÉ ÃÎÊÈÇÑ</title>
</head>
<body>
<p align="center" dir="ltr">
<span style="background-color: #C0C0C0"><b>hello</b></span></p>
<p align="center">
<b><span style="background-color: #C0C0C0">ÕÝÍÉ ÃÎÊÈÇÑ</span></b><span style="background-color: #C0C0C0">
</span></p>
</body>
</html>
Contributor
4240 Points
3250 Posts
Re: Display Arabic Egypt Characters
Oct 12, 2005 08:17 AM|smiling4ever|LINK
you may try this,
webform1 Save as... | Click drop down button save | Select save with encoding | choose UTF8 without singniture
HTH
regards