Quantcast
Viewing all articles
Browse latest Browse all 3527

IE automatically reversing charterers.

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>

       &#1570;

    </p>

    <p>

       &#1581;

    </p>

    <div>

       &#1570;&#1581;

    </div>

</body>

</html>

 

Actual output:

آ

ح

 آح

Expected output:

آ

ح

حآ

  


Viewing all articles
Browse latest Browse all 3527

Trending Articles