<?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: Locale codepage / encoding</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding</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/bugs/locale-codepage-encoding/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dforrestca on Locale codepage / encoding</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p6523</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p6523</guid>
        	        	<description><![CDATA[<p>We are using jqgrid 3.4.3&#160; and having this grid no show in Opera issue. What file does the above fix go in?</p>
<p>THanks</p>
</p>
<p>Found the jquery.jqGrid.js above... my bad</p>
]]></description>
        	        	<pubDate>Wed, 06 May 2009 08:50:24 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Locale codepage / encoding</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5320</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5320</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. I have already fix this. The previous code breaks in Opera. This one works fine with all browsers.</p>
<p>Regards</p>
<p>Thank you</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 13 Mar 2009 09:59:23 +0200</pubDate>
        </item>
        <item>
        	<title>lorent on Locale codepage / encoding</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5259</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5259</guid>
        	        	<description><![CDATA[<blockquote>
<p>mpasteur said:</p>
<p>hi all,</p>
</p>
<p>i&#39;ve made another test today and it seems that the &#8220;good&#8221; patch must be:</p>
<p>&#160;&#160; function IncludeJavaScript(jsFile)<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var oHead = document.getElementsByTagName(&#39;head&#39;)[0];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var oScript = document.createElement(&#39;script&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; oScript.type = &#39;text/javascript&#39;;<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160; oScript.charset=&#8221;utf-8&#8243;;<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160; oScript.src = jsFile;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; oHead.appendChild(oScript);<br />&#160;&#160;&#160; };</p>
</blockquote>
<hr />
<p>Thank you, it seems to work for headers but in the cells it doesn&#39;t</p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 05:51:36 +0200</pubDate>
        </item>
        <item>
        	<title>mpasteur on Locale codepage / encoding</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5258</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5258</guid>
        	        	<description><![CDATA[<blockquote>
<p>lorent said:</p>
<p>hi tony,</p>
<p>I&#39;ve used jqgrid since 2 weeks and i have also this problem of encoding. I&#39;ve search through the forum the word &#39;enconding&#39; and i&#39;ve seen the same response: this is not a jqgrid problem &#8230;</p>
<p>I&#39;ve seen this post yesterday and i&#39;ve modified the file jquery.jqGrid.js to add utf-8 without effect&#8230; characters like &#233;,&#224; always appears like &#195;&#169;</p>
<p>I check all my files all they are using utf-8 encoding, my postgresql database is also in utf-8 and i push in header response from server utf-8</p>
<p>So where is the problem and can you tell me where to modify files in jqgrid js to support french accents ?</p>
</blockquote>
<hr />
<p>hi lorent,</p>
</p>
<p>have you some problems with jqgrid message or with your datas ?</p>
<p>if it&#39;s with jqgrid message (deletion confirmation ...) so you can try the new patch submitted above, if these problemes are on your datas so you have to verify the content-type in your JSON response.</p>
</p>
<p>regards,</p>
<p>marc</p></p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 05:13:47 +0200</pubDate>
        </item>
        <item>
        	<title>mpasteur on Locale codepage / encoding</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5257</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5257</guid>
        	        	<description><![CDATA[<p>hi all,</p>
</p>
<p>i&#39;ve made another test today and it seems that the "good" patch must be:</p>
<p>&#160;&#160; function IncludeJavaScript(jsFile)<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var oHead = document.getElementsByTagName(&#39;head&#39;)[0];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var oScript = document.createElement(&#39;script&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; oScript.type = &#39;text/javascript&#39;;<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160; oScript.charset="utf-8";<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160; oScript.src = jsFile;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; oHead.appendChild(oScript);<br />&#160;&#160;&#160; };</p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 05:07:37 +0200</pubDate>
        </item>
        <item>
        	<title>lorent on Locale codepage / encoding</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5253</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5253</guid>
        	        	<description><![CDATA[<p>hi tony,</p>
<p>I&#39;ve used jqgrid since 2 weeks and i have also this problem of encoding. I&#39;ve search through the forum the word &#39;enconding&#39; and i&#39;ve seen the same response: this is not a jqgrid problem ...</p>
<p>I&#39;ve seen this post yesterday and i&#39;ve modified the file jquery.jqGrid.js to add utf-8 without effect... characters like &#233;,&#224; always appears like &#195;&#169;</p>
<p>I check all my files all they are using utf-8 encoding, my postgresql database is also in utf-8 and i push in header response from server utf-8</p>
<p>So where is the problem and can you tell me where to modify files in jqgrid js to support french accents ?</p>
]]></description>
        	        	<pubDate>Thu, 12 Mar 2009 00:31:20 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Locale codepage / encoding</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5238</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5238</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Added.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 11 Mar 2009 08:03:18 +0200</pubDate>
        </item>
        <item>
        	<title>mpasteur on Locale codepage / encoding</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5233</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/locale-codepage-encoding#p5233</guid>
        	        	<description><![CDATA[<p>hi tony,</p>
<p>first i would like to say you&#39;re doing a really good work with this component. It&#39;s really a pleasure to work with it.</p>
<p>I&#39;ve a really simple bug which is that the locale file for french doesn&#39;t have the same codepage / encoding as the others. It&#39;s UTF-8 for this file and ANSI for the other.</p>
<p>so could you change this codepage or if all js files in jqgrid have to be UTF-8 you&#39;ve to set a charset in your js inclusion in the jquery.jqgrid.js file</p>
<p>&#160;&#160;&#160; function IncludeJavaScript(jsFile)<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var oHead = document.getElementsByTagName(&#39;head&#39;)[0];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var oScript = document.createElement(&#39;script&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; oScript.type = &#39;text/javascript;charset=utf-8&#39;;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; oScript.src = jsFile;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; oHead.appendChild(oScript);<br />&#160;&#160;&#160; };</p>
<p>thx,</p>
<p>marc</p>
]]></description>
        	        	<pubDate>Wed, 11 Mar 2009 05:23:02 +0200</pubDate>
        </item>
</channel>
</rss>