<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FoF 0.1.6</title>
	<atom:link href="http://minutillo.com/steve/weblog/2004/06/16/fof-0-1-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://minutillo.com/steve/weblog/2004/06/16/fof-0-1-6/</link>
	<description>messy things</description>
	<lastBuildDate>Thu, 10 Nov 2011 05:07:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: steve</title>
		<link>http://minutillo.com/steve/weblog/2004/06/16/fof-0-1-6/comment-page-1/#comment-2028</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Thu, 17 Jun 2004 20:59:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1017#comment-2028</guid>
		<description>OK, I fixed it.  I&#039;ve patched my local copy of FoF to be able to subscribe to ISO-8859-*, BIG5 and GB2312... actually anything that &#039;mbstring&#039; supports, which is quite a number of encodings.  I&#039;m going to let this change burn in for a while, maybe make it available as a patch, and probably roll it into the next release, as well as post a long angry weblog entry about the sad state of PHP XML charset handling.</description>
		<content:encoded><![CDATA[<p>OK, I fixed it.  I&#8217;ve patched my local copy of FoF to be able to subscribe to ISO-8859-*, BIG5 and GB2312&#8230; actually anything that &#8216;mbstring&#8217; supports, which is quite a number of encodings.  I&#8217;m going to let this change burn in for a while, maybe make it available as a patch, and probably roll it into the next release, as well as post a long angry weblog entry about the sad state of PHP XML charset handling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://minutillo.com/steve/weblog/2004/06/16/fof-0-1-6/comment-page-1/#comment-2027</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Thu, 17 Jun 2004 19:33:39 +0000</pubDate>
		<guid isPermaLink="false">/?p=1017#comment-2027</guid>
		<description>No!  It cannot!  The only supported character encodings in PHP 4&#039;s XML parser are ISO-8859-1, US-ASCII, and UTF-8.

On PHP5, there are a few more.  SHIFT_JIS is added, for example, but still no BIG5 or GB.

PHP does have a family of functions called &#039;mbstring&#039; that support those encodings, but unfortunately integrating it with the XML parser will be difficult.  I may attempt to do this, anyway.</description>
		<content:encoded><![CDATA[<p>No!  It cannot!  The only supported character encodings in PHP 4&#8217;s XML parser are ISO-8859-1, US-ASCII, and UTF-8.</p>
<p>On PHP5, there are a few more.  SHIFT_JIS is added, for example, but still no BIG5 or GB.</p>
<p>PHP does have a family of functions called &#8216;mbstring&#8217; that support those encodings, but unfortunately integrating it with the XML parser will be difficult.  I may attempt to do this, anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zonble</title>
		<link>http://minutillo.com/steve/weblog/2004/06/16/fof-0-1-6/comment-page-1/#comment-2026</link>
		<dc:creator>zonble</dc:creator>
		<pubDate>Thu, 17 Jun 2004 19:20:30 +0000</pubDate>
		<guid isPermaLink="false">/?p=1017#comment-2026</guid>
		<description>Nice job! Steve, I have not tried the new version of FOF yet, but I would like to know if the new version of FOF can convert the feeds from big5, gb and shift-jis to utf-8?</description>
		<content:encoded><![CDATA[<p>Nice job! Steve, I have not tried the new version of FOF yet, but I would like to know if the new version of FOF can convert the feeds from big5, gb and shift-jis to utf-8?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://minutillo.com/steve/weblog/2004/06/16/fof-0-1-6/comment-page-1/#comment-2024</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Thu, 17 Jun 2004 14:24:01 +0000</pubDate>
		<guid isPermaLink="false">/?p=1017#comment-2024</guid>
		<description>Yes, it is Magpie 0.61, plus a patch I added to make Magpie attempt to translate all feeds into UTF-8.  If you go and download Magpie 0.61, you can see that the file headers match: some say 0.51, or 0.6a... I guess Kellan forgot to update them last time he did a release.</description>
		<content:encoded><![CDATA[<p>Yes, it is Magpie 0.61, plus a patch I added to make Magpie attempt to translate all feeds into UTF-8.  If you go and download Magpie 0.61, you can see that the file headers match: some say 0.51, or 0.6a&#8230; I guess Kellan forgot to update them last time he did a release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://minutillo.com/steve/weblog/2004/06/16/fof-0-1-6/comment-page-1/#comment-2023</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 17 Jun 2004 12:40:44 +0000</pubDate>
		<guid isPermaLink="false">/?p=1017#comment-2023</guid>
		<description>Steve, is the version of Magpie that&#039;s part of 0.1.6 really version 0.51?  (That&#039;s the version number that&#039;s in all the headers in the directory.)  It clearly supports Atom, so it must be 0.6 or later, and I see that 0.61 now supports Atom beyond alpha support.</description>
		<content:encoded><![CDATA[<p>Steve, is the version of Magpie that&#8217;s part of 0.1.6 really version 0.51?  (That&#8217;s the version number that&#8217;s in all the headers in the directory.)  It clearly supports Atom, so it must be 0.6 or later, and I see that 0.61 now supports Atom beyond alpha support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Q Daily News</title>
		<link>http://minutillo.com/steve/weblog/2004/06/16/fof-0-1-6/comment-page-1/#comment-2022</link>
		<dc:creator>Q Daily News</dc:creator>
		<pubDate>Thu, 17 Jun 2004 12:25:20 +0000</pubDate>
		<guid isPermaLink="false">/?p=1017#comment-2022</guid>
		<description>&lt;strong&gt;FoF 0.1.6&lt;/strong&gt;
Once again, the mad syndication ninja has elevated his art with Feed on Feeds 0.16, adding XHTML and CSS, a one-page console and viewer, and a lot of bug fixes. Go forth and download!...</description>
		<content:encoded><![CDATA[<p><strong>FoF 0.1.6</strong><br />
Once again, the mad syndication ninja has elevated his art with Feed on Feeds 0.16, adding XHTML and CSS, a one-page console and viewer, and a lot of bug fixes. Go forth and download!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: konfabulieren &#187; Feed on Feeds 0.1.6</title>
		<link>http://minutillo.com/steve/weblog/2004/06/16/fof-0-1-6/comment-page-1/#comment-2020</link>
		<dc:creator>konfabulieren &#187; Feed on Feeds 0.1.6</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1017#comment-2020</guid>
		<description>[...] root causes, and produced patches! I wish the QA group at work was one tenth this good. 	&lt;a href=&quot; http://minutillo.com/steve/weblog/2004/6/16/fof-0-1-6&quot; target=&quot;_blank&quot;&gt;fof blog&lt;/a&gt;  	 	 	                         	 	 	     Comments  &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] root causes, and produced patches! I wish the QA group at work was one tenth this good. 	<a href=" <a href="http://minutillo.com/steve/weblog/2004/6/16/fof-0-1-6" rel="nofollow">http://minutillo.com/steve/weblog/2004/6/16/fof-0-1-6</a>&#8221; target=&#8221;_blank&#8221;>fof blog  	</p>
<p>    Comments  &raquo; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

