<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Arabic and Chinese characters are not displaying properly in jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/arabic-and-chinese-characters-are-not-displaying-properly-in-jqgrid</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/arabic-and-chinese-characters-are-not-displaying-properly-in-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Arvind Yadav on Arabic and Chinese characters are not displaying properly in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/arabic-and-chinese-characters-are-not-displaying-properly-in-jqgrid#p27644</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/arabic-and-chinese-characters-are-not-displaying-properly-in-jqgrid#p27644</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>Are you still facing the issue.</p>
<p>How are you sending the data in a ajax request?</p>
</p>
<p>And also, set the response content type at the correct place.</p>
</p>
<p>regards</p>
]]></description>
        	        	<pubDate>Wed, 31 Oct 2012 11:38:49 +0200</pubDate>
        </item>
        <item>
        	<title>GridLearner on Arabic and Chinese characters are not displaying properly in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/arabic-and-chinese-characters-are-not-displaying-properly-in-jqgrid#p27511</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/arabic-and-chinese-characters-are-not-displaying-properly-in-jqgrid#p27511</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Thanks for your response. I am using Java to get json object. I have set like this,</p>
<p>final HttpServletResponse response = (HttpServletResponse) facesContext&#160;.getExternalContext().getResponse();</p>
<p>response.setContentType("application/json; charset=utf-8");</p>
<p>Still is not working.</p>
]]></description>
        	        	<pubDate>Thu, 11 Oct 2012 17:24:12 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Arabic and Chinese characters are not displaying properly in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/arabic-and-chinese-characters-are-not-displaying-properly-in-jqgrid#p27509</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/arabic-and-chinese-characters-are-not-displaying-properly-in-jqgrid#p27509</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This setting is by default, so the grid has nothing to do.</p>
</p>
<p>1. Set the caheset with meta tag in your html page</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3578' value='Select Code' data-codeid='sfcode3578' /></p>
<div class='sfcode' id='sfcode3578'>
<p>&#60;meta charset="utf-8"&#62;</p>
</div>
<p>2. When the data comes from the server be a sure you send a header with utf-8.</p>
</p>
<p>In PHP before to output the data do:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6994' value='Select Code' data-codeid='sfcode6994' /></p>
<div class='sfcode' id='sfcode6994'>
<p>header(&#34;Content-type: text/xml;charset=utf-8&#8243;);</p>
</p>
</div>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 11 Oct 2012 17:18:35 +0300</pubDate>
        </item>
        <item>
        	<title>GridLearner on Arabic and Chinese characters are not displaying properly in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/arabic-and-chinese-characters-are-not-displaying-properly-in-jqgrid#p27506</link>
        	<category>jqGrid Roadmap</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/jqgrid-roadmap/arabic-and-chinese-characters-are-not-displaying-properly-in-jqgrid#p27506</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am using JQgrid 4.4 version. I have added&#160;</p>
<p>ajaxGridOptions: {</p>
<p><span style="white-space: pre;"> </span>contentType: &#39;application/json; charset=utf-8&#39;</p>
<p>} this into my js file. But still the Arabic and chinese characters are not working properly.</p>
<p>It would be great if anyone can help me out of this problem.</p></p>
]]></description>
        	        	<pubDate>Wed, 10 Oct 2012 17:37:13 +0300</pubDate>
        </item>
</channel>
</rss>