<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Why i will not use Fgetcsv</title>
	<atom:link href="http://blog.makemepulse.com/2007/07/18/why-i-will-not-use-fgetcsv/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.makemepulse.com/2007/07/18/why-i-will-not-use-fgetcsv/</link>
	<description>Making a better life for web developer since 2006</description>
	<pubDate>Wed, 19 Nov 2008 11:59:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Falgan</title>
		<link>http://blog.makemepulse.com/2007/07/18/why-i-will-not-use-fgetcsv/#comment-89</link>
		<dc:creator>Falgan</dc:creator>
		<pubDate>Tue, 25 Sep 2007 09:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.makemepulse.com/2007/07/18/why-i-will-not-use-fgetcsv/#comment-89</guid>
		<description>Of course, it's not correct to split a line on the ; character, it was just for the example.
Maybe the problem with the &lt;strong&gt;fgetcsv&lt;/strong&gt; provide from the &lt;strong&gt;utf-8&lt;/strong&gt; encoding of my csv file...</description>
		<content:encoded><![CDATA[<p>Of course, it&#8217;s not correct to split a line on the ; character, it was just for the example.<br />
Maybe the problem with the <strong>fgetcsv</strong> provide from the <strong>utf-8</strong> encoding of my csv file&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Baketaric</title>
		<link>http://blog.makemepulse.com/2007/07/18/why-i-will-not-use-fgetcsv/#comment-83</link>
		<dc:creator>Bruno Baketaric</dc:creator>
		<pubDate>Wed, 19 Sep 2007 13:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.makemepulse.com/2007/07/18/why-i-will-not-use-fgetcsv/#comment-83</guid>
		<description>We never had any problems with those characters and fgetcsv. 
Anyhow, explode(";",fgets($handle)) is not correct to split a line of CSV, because the ";" character is allowed in a Column, if it's enclosed into quotes, like this VALID line of CSV-Data (see: http://www.ietf.org/rfc/rfc4180.txt):
"Édo;u""ard";"Ge;orges";"2007-01-02"</description>
		<content:encoded><![CDATA[<p>We never had any problems with those characters and fgetcsv.<br />
Anyhow, explode(&#8221;;&#8221;,fgets($handle)) is not correct to split a line of CSV, because the &#8220;;&#8221; character is allowed in a Column, if it&#8217;s enclosed into quotes, like this VALID line of CSV-Data (see: <a href="http://www.ietf.org/rfc/rfc4180.txt" rel="nofollow">http://www.ietf.org/rfc/rfc4180.txt</a>):<br />
&#8220;Édo;u&#8221;"ard&#8221;;&#8221;Ge;orges&#8221;;&#8221;2007-01-02&#8243;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
