<?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: jGrid and french accents</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jgrid-and-french-accents</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/jgrid-and-french-accents/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>phicarre on jGrid and french accents</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jgrid-and-french-accents#p11867</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jgrid-and-french-accents#p11867</guid>
        	        	<description><![CDATA[<p>The solution was</p>
<p>mysql_query("set names &#39;utf8&#39;");&#160; before extracting data from mysql</p>
</p>
<p>I am definitively lost with these charsets <img class="spSmiley" style="margin:0" title="Embarassed" src="/blog/wp-content/forum-smileys/sf-embarassed.gif" alt="Embarassed" /></p>
<p>Thank you Tony</p>
]]></description>
        	        	<pubDate>Thu, 12 Nov 2009 12:10:27 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jGrid and french accents</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jgrid-and-french-accents#p11862</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jgrid-and-french-accents#p11862</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>maybe you will need to use SET NAMES before the requesting data in mysql</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 12 Nov 2009 11:06:18 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on jGrid and french accents</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jgrid-and-french-accents#p11835</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jgrid-and-french-accents#p11835</guid>
        	        	<description><![CDATA[<p>I begin my HTML code like this:</p>
<p>...</p>
<p>&#60;html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" lang="fr" xml:lang="fr"&#62;<br />&#60;head&#62;</p>
<p>...</p>
<p>&#60;meta http-equiv="content-type" content="text/html; charset=ISO-8859-15" /&#62;</p>
<p>...</p>
<p>I begin my PHP code like this:</p>
<p>&#60;?php</p>
<p>&#160;&#160;&#160; header(&#39;content-type:text/html;charset=iso-8859-15&#39;);</p>
<p>&#160;&#160;&#160; ...</p>
</p>
<p>while($row = mysql_fetch_array($result)) { <br />&#160;&#160;&#160;&#160;&#160;&#160; $responce-&#62;rows[$i][&#39;id&#39;]=$row[&#39;Id_Nom&#39;];<br />&#160;&#160;&#160;&#160;&#160;&#160; $responce-&#62;rows[$i][&#39;cell&#39;]=array($row[&#39;Nom&#39;],$row[&#39;Prenom&#39;],$row[&#39;Sexe&#39;]); <br />&#160;&#160;&#160;&#160;&#160;&#160; $i++;<br />&#160;&#160; }</p>
</p>
<p>$row[&#39;Prenom&#39;] is a string with accent (check by debug),</p>
<p>but $responce doesn&#39;t contain this string (null instead).</p>
<p>Any explanation ?</p>
]]></description>
        	        	<pubDate>Thu, 12 Nov 2009 07:03:58 +0200</pubDate>
        </item>
</channel>
</rss>