<?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: Formatted text</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text</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/formatted-text/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Luigino on Formatted text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4625</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4625</guid>
        	        	<description><![CDATA[<p>Hello everyone....</p>
<p>for who has problems with characters like &#224;&#242;&#232;&#233;&#249;&#236;, just set everything as UTF-8 and database as UTF8_UNICODE_CI, plus if you have a database field with text datatype then when echoing the content of that fields, use nl2br(fieldname[index]); to convert those \\n into html&#39;s &#60;br/.</p>
</p>
<p>Thanks anyway!</p>
<p>See ya! 🙂</p>
<p>Luigi</p>
]]></description>
        	        	<pubDate>Sun, 15 Feb 2009 05:42:12 +0200</pubDate>
        </item>
        <item>
        	<title>Luigino on Formatted text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4616</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4616</guid>
        	        	<description><![CDATA[<p>No one knows the answer about my question on ISO-8859-1 and new line characters?...</p>
<p>Thanks...</p>
<p>Luigi</p>
]]></description>
        	        	<pubDate>Sat, 14 Feb 2009 06:55:32 +0200</pubDate>
        </item>
        <item>
        	<title>Luigino on Formatted text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4567</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4567</guid>
        	        	<description><![CDATA[<p>Hello tony,</p>
<p>I mean when you write something, then go in a new line, then write something again...then in the front it should appear as like I wrote but it shows as like it is in the same line...</p>
<p>So I am asking if maybe ISO-8859-1 doesn&#39;t support new-line-characters (like that \\n in C++&#39;s printf)?...</p>
<p>Thanks,</p>
<p>Luigi</p>
<p>Example:</p>
<p>I write in the grid text field:</p>
<p>"I eat an apple.</p>
<p>I eat an apple."</p>
<p>On the front it shows as like:</p>
<p>"I eat an apple. I eat an apple."</p>
]]></description>
        	        	<pubDate>Wed, 11 Feb 2009 02:29:08 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Formatted text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4558</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4558</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry I do not understand what you try to explain me</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 11 Feb 2009 00:08:52 +0200</pubDate>
        </item>
        <item>
        	<title>Luigino on Formatted text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4537</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4537</guid>
        	        	<description><![CDATA[<p>Hello tony,</p>
<p>as you know, iso-8859-1 should save also carriage return characters?....because I see correctly those letters &#224;&#242;&#249;&#232;&#233;&#236; but when I go in a new line, it shows right next the point like new line character wasn&#39;t saved...</p>
<p>Thanks,</p>
<p>Luigi</p>
]]></description>
        	        	<pubDate>Mon, 09 Feb 2009 14:51:30 +0200</pubDate>
        </item>
        <item>
        	<title>Luigino on Formatted text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4351</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4351</guid>
        	        	<description><![CDATA[<p>Hello tony!</p>
<p>Sorry to reply so late but I was hardly busy...anyway I figured out about those letters Ã²Ã Ã¹Ã¨Ã©Ã¬ and now I read them OK but seems it doesn't save/read correctly the carriage return character... maybe the iso-8859-1 encoding doesn't support it?.... </p>
<p>Thanks<br />
Ciao<br />
Luigi</p>
]]></description>
        	        	<pubDate>Wed, 04 Feb 2009 07:28:18 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Formatted text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4095</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4095</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>When you post data to the server maybe you should send custom headers with iso-8859-1 encoding. See in jQuery docs how to do that - hint you can use beforeSend parameter in the ajax call.</p>
<p>Regards</p>
<p>Tony</p>
<p>P.S. Using CDATA is good idea, but do not forget to use the header function in PHP before sending the data to the grid.</p>
]]></description>
        	        	<pubDate>Thu, 22 Jan 2009 09:39:34 +0200</pubDate>
        </item>
        <item>
        	<title>Luigino on Formatted text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4067</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4067</guid>
        	        	<description><![CDATA[<p>Hello tony and everyone,</p>
<p>well I settled textarea and I&#39;m using simple post with mysql_query and INSERT INTO. Plus I settled default_charset = "iso-8859-1" in php.ini but when I save to database and I look inside the database with phpmyadmin I see the text lost those characters like &#242;&#224;&#236;&#232;&#249;....</p>
<p>Maybe shall I need to use a different charset as default_charset? or could be that echo "&#60;cell&#62;&#60;![CDATA[". $row["offerta"]."]]&#62;&#60;/cell&#62;"; where I should maybe use something different than CDATA? or some other parameters that I don&#39;t know?....</p>
<p>Thanks again to everyone!</p>
<p>Ciao!</p>
<p>Luigi</p>
]]></description>
        	        	<pubDate>Tue, 20 Jan 2009 15:34:15 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Formatted text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4046</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4046</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Use edittype:textarea when you edit the field.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 19 Jan 2009 11:19:42 +0200</pubDate>
        </item>
        <item>
        	<title>Luigino on Formatted text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4018</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/formatted-text#p4018</guid>
        	        	<description><![CDATA[<p>hello everyone,</p>
<p>In the grid I have a field that&#39;s connected to a TEXT MySQL field which I want to save also formatted text with characters like &#242;&#224;&#249;&#232;&#236; and carriage returns.... is there maybe a parameter or something in the code that should allow to save them?....</p>
<p>Thanks to everyone!</p>
<p>Ciao,</p>
<p>Luigi</p>
]]></description>
        	        	<pubDate>Sun, 18 Jan 2009 18:12:21 +0200</pubDate>
        </item>
</channel>
</rss>