Topic: Typing arabic in edit box but not visible online

Hi, I typed arabic text in edit area and published. But changes not visible online. In place of arabic text its showing junk text. I also tried typing in word file and pasted in editable area in cms.  I used all fonts available in edit box but the problem is not solved. Arabic text is visible clearly at the time of typing in editable area but after publish it shows junk text in place of arabic text. Please help...

Last edited by Futuresonix (01 Sep 2012 12:25:41)

Re: Typing arabic in edit box but not visible online

Found solution, type the following codes in beginning of HTML web page

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="ar">
</head>
<body>


</body>
</html>

===============
Input new language "Arabic (Saudi Arabia)" in your PC through Windows Control Panel "Keyboards and Languages" to type text in  Editable regions in CMS to update website content in Arabic

Last edited by Futuresonix (01 Sep 2012 15:28:27)

Re: Typing arabic in edit box but not visible online

Glad to see you sorted this out before we could even get back to you - more information about this can be found in another area of the forum: http://smplc.ms/charencoding