Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
i'm facing a problem in Server...my problem is my website is Not showing Arabic content in menu list,but Arabic is working in localhost,so what will the problem......

http://image-dent.com/arabic/index.php[^]


My menu list is static....
Posted
Updated 15-Feb-15 7:01am
v3
Comments
Sergey Alexandrovich Kryukov 15-Feb-15 13:17pm    
There can be many different ways to screw up things. How can we know what way did you use?
Note that servers don't show any content, Web browsers do.
—SA
Member 11453892 15-Feb-15 13:22pm    
<ul class="menu"> <li>أ‡أٹأ•أ، أˆأ¤أ‡</li>

<li>أ…أچأŒأ’ أ£أ¦أڑأڈ</li>
<li>أ…أ“أƒأ، أ‡أ،أکأˆأ­أˆ</li>
<li>أƒأکأˆأ‡أپ أ‡أ،أ£أ‘أںأ’</li>
<li>أƒأ‍أ“أ‡أ£ أ‡أ،أ£أ‘أںأ’</li>
<li>أڑأ¤ أ‡أ،أ£أ‘أںأ’</li>




</ul>

i'm replacing Arabic content ,but it is not working in server,but in localhost it is woring fine......
Sergey Alexandrovich Kryukov 15-Feb-15 14:07pm    
Why do you link to the same question?
As I say, it's hard to see where you screw up things without any information from you.
I'll add: using Arabic text is extremely simple. I can easily do it.
Do you use Unicode? UTF8 charset in content type? HTTP-EQUIV? How about real content on the page? Real, not rendering, what you got in raw HTTP response? Do you know how Unicode data should be represented and how it is represented in the real data you got? Do you use a database with Arabic text? Do you use it correctly?
Checkup each step. This problem is not simple, it is very simple. Even for me; even though I know just a few Arabic words :-).
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900