I am currently using Arabic language to display message on internet explorer. Web browser is reversing Arabic character automatically I believe which is correct behavior but I don’t want browser should automatically reverse my Arabic characters.
Do you have any idea which setting will help me to disable automatic reversing by browser?
For example:
HTML page source code:
<htmllang="ar"dir="ltr">
<body>
<p>
آ
</p>
<p>
ح
</p>
<div>
آح
</div>
</body>
</html>
Actual output:
آ
ح
آح
Expected output:
آ
ح
حآ