Note that there are some explanatory texts on larger screens.

plurals
  1. POarabic data is not displaying in ie8
    primarykey
    data
    text
    <p>I am facing a problem with Arabic data. It is not displaying properly in <strong>IE</strong> whereas it is displaying properly in <strong>Chrome</strong>.</p> <p>I am using two files 'frameset.html'&amp; 'legend.html' . 'legend.html' has Arabic content.Earlier I used div's in place of frames in 'frameset.html' and the Arabic data was working fine but after I changed, it is having problem.</p> <p>Frameset.html:</p> <pre><code> &lt;html&gt; &lt;head&gt; &lt;META http-equiv="Content-Type" content="text/html; charset=utf-8"&gt; &lt;script src="js/jquery.js"&gt;&lt;/script&gt; &lt;script&gt; $(document).ready(function(){ $("#topArb").load("Top_arb.jsp"); $("#actionBar").load("ActionBar.jsp"); $("#viewInbox").load("ViewInbox.jsp"); $("#legend").load("Legend.html"); $("#nav").load("Nav.jsp"); }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="main-container"&gt; &lt;div id="topArb"&gt; &lt;/div&gt; &lt;div id="left-container"&gt; &lt;div id="actionBar"&gt; &lt;/div&gt; &lt;div id="viewInbox"&gt; &lt;/div&gt; &lt;div id="legend"&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="right-container"&gt; &lt;div id="nav"&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/HTML&gt; </code></pre> <p>legend.html:-</p> <pre><code> &lt;HTML &gt; &lt;HEAD&gt; &lt;META http-equiv="Content-Type" content="text/html; charset=utf-8"&gt; &lt;/HEAD&gt; &lt;BODY topmargin=0&gt; &lt;table align="center" style="" width="100%" height="20"&gt; &lt;tr&gt; &lt;td&gt; &lt;table&gt; &lt;tr&gt; &lt;td&gt;&lt;IMG SRC="imgs/newH.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;وثيقة عاجلة&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;IMG SRC="imgs/new.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;وثيقة عادية&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;td&gt; &lt;table&gt; &lt;tr&gt; &lt;td&gt;&lt;IMG SRC="imgs/BnewH.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;وثيقة مؤرشفة عاجلة&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;IMG SRC="imgs/Bnew.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;وثيقة مؤرشفة عادية&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;td&gt; &lt;table&gt; &lt;tr&gt; &lt;td&gt;&lt;IMG SRC="imgs/CloseDoc.gif" WIDTH="18" HEIGHT="18" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;غير مقروء&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;IMG SRC="imgs/OpenDoc.gif" WIDTH="18" HEIGHT="18" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;مقروء&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;td&gt; &lt;table&gt; &lt;tr&gt; &lt;td&gt;&lt;IMG SRC="imgs/L.gif" WIDTH="18" HEIGHT="18" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;رد&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;IMG SRC="imgs/ic_waitingreply.gif" WIDTH="18" HEIGHT="18" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;نسخة من الوثيقة&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;td&gt; &lt;table&gt; &lt;tr&gt; &lt;td&gt;&lt;IMG SRC='images/ic_suspend.gif' WIDTH="18" HEIGHT="18" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;الأعمال المؤجلة&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;IMG SRC='imgs/ic_close.gif' WIDTH="18" HEIGHT="18" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;الأعمال المغلقة&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;td&gt;&lt;IMG SRC="imgs/Drafts.gif" WIDTH="18" HEIGHT="18" BORDER="0" ALT=""&gt;&lt;/td&gt; &lt;td class="SET"&gt;مسودة&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/BODY&gt; </code></pre> <h2> </h2> <p>Here my legend.html(marked) is displayed in junk data instead of arabic data <img src="https://i.stack.imgur.com/QUmVA.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload