<?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: None UTF....</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/none-utf</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/help/none-utf/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sirshurf on None UTF....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/none-utf#p13018</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/none-utf#p13018</guid>
        	        	<description><![CDATA[<p>Tnanks!!!!!</p>
</p>
<p>Your IDEA was incorrect ($.jgrid.useJSON = false; had nothing to do with it), but the remark about the single quote made me check my strings...</p>
</p>
<p>what I have found is that I was not converting single quote correctly in my JSON.</p>
</p>
<p>THANK YOU!</p>
]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 11:20:13 +0200</pubDate>
        </item>
        <item>
        	<title>tony on None UTF....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/none-utf#p12924</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/none-utf#p12924</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please set this</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6427' value='Select Code' data-codeid='sfcode6427' /></p>
<div class='sfcode' id='sfcode6427'>
<pre id="line15">$.jgrid.useJSON = false;<br /></pre>
</div>
<p>This does not turn JSON off. This turn off the build in JSON.parse  in FF35, IE8,Chrome ... browsers<br />Also turning this option off will cause using of eval insted of buil in JSON.<br />The reason for this is trivilal - your output is performed with &#39; (single quote) INSTED OF " (DOUBLE)<br />The build in JSON does not like single quotes like  {&#39;myname&#39;:&#39;Some&#39;....} <br />insted you should<br />{"myname":"Some"...} in the response.</p>
<p>Regards<br />Tony</p>
]]></description>
        	        	<pubDate>Fri, 11 Dec 2009 14:23:47 +0200</pubDate>
        </item>
        <item>
        	<title>sirshurf on None UTF....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/none-utf#p12887</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/none-utf#p12887</guid>
        	        	<description><![CDATA[<p>Sorry have not understud that...</p>
<p>You want me to close json? to use local data?</p>
</p>
<p>Json_encode does tno work with none UTF and that&#39;s a fact, but that&#39;s PHP problems... not JQGRID.</p>
</p>
<p>I have created an example with JSON in non UTF, the charactes you see are hebrew (windows-1255).</p>
]]></description>
        	        	<pubDate>Thu, 10 Dec 2009 10:37:28 +0200</pubDate>
        </item>
        <item>
        	<title>tony on None UTF....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/none-utf#p12760</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/none-utf#p12760</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m not sure if json_encode works only with utf-8. IMHO this is not true. You can see strange chars in the console, but they are dispalyed correct in the browser.</p>
<p>Also you class is not correct written, they give me a error in FireBug console JSON.parse, which tell me that something is not correct.</p>
<p>In order to test with your class maybe you will need to turn off this jqGrid Settings - i.e. set it to false like this</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8644' value='Select Code' data-codeid='sfcode8644' /></p>
<div class='sfcode' id='sfcode8644'>
<p>$.jgrid.useJSON = false;</p>
</div>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 05 Dec 2009 14:06:14 +0200</pubDate>
        </item>
        <item>
        	<title>sirshurf on None UTF....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/none-utf#p12713</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/none-utf#p12713</guid>
        	        	<description><![CDATA[<p>Ok, my HTML is defined for windows-1255.</p>
<p>My DB (DB2/400) works in windows-1255, and with my old window/grid all is ok...&#160;</p>
</p>
<p>I cannt use json_encode in php since it works only with UTF8, so I got external class for that.</p>
</p>
<p>Attached window:&#160;</p>
<p><span><a href="http://192.116.242.198:89/remihshuv/test.html" rel="nofollow" target="_blank"><a href="http://192.116.242.198:89/remi" rel="nofollow">http://192.116.242.198:89/remi</a>...../test.html</a></span></p>
</p>
<p>Without that I cannt continue... 🙁</p>
]]></description>
        	        	<pubDate>Thu, 03 Dec 2009 14:29:34 +0200</pubDate>
        </item>
        <item>
        	<title>tony on None UTF....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/none-utf#p12712</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/none-utf#p12712</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I do not think that this is jqGrid problem.</p>
<p>It all depends on your definition in the html, what is the encoding of the database,</p>
<p>if you use mysql maybe you will need to use set names command with the appropriate encoding before the request and at end you should use the header function to send the appropriate encoding before sending the data to the grid.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 03 Dec 2009 14:23:57 +0200</pubDate>
        </item>
        <item>
        	<title>sirshurf on None UTF....</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/none-utf#p12704</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/none-utf#p12704</guid>
        	        	<description><![CDATA[<p>Ok, now looks like I am introuble.</p>
</p>
<p>How can I use JQGRID with non-utf data coming from the server?</p>
]]></description>
        	        	<pubDate>Thu, 03 Dec 2009 13:51:18 +0200</pubDate>
        </item>
</channel>
</rss>